From 3af18d8eab661143ef89274607c513a860ede808 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 6 May 2016 21:03:40 +0200 Subject: network: add automatic configuration for the networks created by nspawn --network-zone= This way, they "just work", similar to --network-veth behaves, as long as networkd is enabled and running on all involved nodes. --- network/80-container-ve.network | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'network/80-container-ve.network') diff --git a/network/80-container-ve.network b/network/80-container-ve.network index abb265ddc4..c42c7cc259 100644 --- a/network/80-container-ve.network +++ b/network/80-container-ve.network @@ -5,6 +5,10 @@ # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. +# This network file matches the host-side of the virtual Ethernet link +# created by systemd-nspawn's --network-veth switch. See systemd-nspawn(1) for +# details. + [Match] Name=ve-* Driver=veth -- cgit v1.2.3-54-g00ecf