The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxc-ci/pull/119

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Signed-off-by: Thomas Hipp <thomas.h...@canonical.com>
From d71727c63943e1bc393cbad5f8a21e91856ed39f Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.h...@canonical.com>
Date: Tue, 3 Mar 2020 18:11:07 +0100
Subject: [PATCH] images/fedora: Fix networking for VMs

Signed-off-by: Thomas Hipp <thomas.h...@canonical.com>
---
 images/fedora.yaml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/images/fedora.yaml b/images/fedora.yaml
index 73a674f..3f8b030 100644
--- a/images/fedora.yaml
+++ b/images/fedora.yaml
@@ -88,6 +88,20 @@ files:
     variants:
       - default
 
+  - name: enp5s0.network
+    path: /etc/systemd/network/enp5s0.network
+    generator: dump
+    content: |-
+      [Match]
+      Name=enp5s0
+
+      [Network]
+      DHCP=ipv4
+    variants:
+      - default
+    types:
+      - vm
+
   - name: networkd-override
     path: /etc/systemd/system/systemd-networkd.service.d/lxc.conf
     generator: dump
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to