From bc53e5a0e1a692200313d64ff0a1fd8d8b34ab4f Mon Sep 17 00:00:00 2001 From: Nik Lutz Date: Thu, 12 May 2016 17:40:10 +0200 Subject: Using systemd-nspawn '--network-veth-extra=' instead of '--network-veth' (prerequisite for multiple network interface support per container). Signed-off-by: Daniel Baumann --- share/config/container.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/config/container.conf.in') diff --git a/share/config/container.conf.in b/share/config/container.conf.in index fbf8078..f7d01be 100644 --- a/share/config/container.conf.in +++ b/share/config/container.conf.in @@ -8,7 +8,7 @@ capability=@CAPABILITY@ directory=@DIRECTORY@ drop-capability=@DROP_CAPABILITY@ machine=@MACHINE@ -network-veth=@NETWORK_VETH@ +network-veth-extra=@NETWORK_VETH_EXTRA@ network-bridge=@NETWORK_BRIDGE@ link-journal=@LINK_JOURNAL@ register=@REGISTER@ -- cgit v1.2.3