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

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) ===

From 8ec8b5aaea21a4f11a3e8bc92a49742da17644d2 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.h...@canonical.com>
Date: Tue, 26 May 2020 13:16:46 +0200
Subject: [PATCH] images/sabayon: Fix IP issue

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

diff --git a/images/sabayon.yaml b/images/sabayon.yaml
index 6097b07..beb21ab 100644
--- a/images/sabayon.yaml
+++ b/images/sabayon.yaml
@@ -56,6 +56,14 @@ files:
     ExecStart=
     ExecStart=/usr/lib/systemd/systemd-sysctl  --prefix=/etc/sysctl.d/
 
+- path: /etc/systemd/system/NetworkManager.service.d/override.conf
+  generator: dump
+  content: |-
+    [Service]
+    ExecStartPre=-/bin/ip link set dev eth0 down
+  variants:
+  - default
+
 - name: network-device-down.service
   path: /etc/systemd/system/network-device-down.service
   generator: dump
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to