From: Stéphane Graber Date: Wed, 19 Feb 2014 18:46:46 +0000 (-0500) Subject: upstart; Enable lxc-net by default X-Git-Tag: lxc-1.0.0.rc4~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b3ec35ed9c123bd79b245ab5b06a72d395601d6;p=thirdparty%2Flxc.git upstart; Enable lxc-net by default Signed-off-by: Stéphane Graber --- diff --git a/config/init/upstart/lxc-net.conf b/config/init/upstart/lxc-net.conf index a84d8c87a..17538bb60 100644 --- a/config/init/upstart/lxc-net.conf +++ b/config/init/upstart/lxc-net.conf @@ -4,7 +4,7 @@ author "Serge Hallyn " start on starting lxc stop on stopped lxc -env USE_LXC_BRIDGE="false" +env USE_LXC_BRIDGE="true" env LXC_BRIDGE="lxcbr0" env LXC_ADDR="10.0.3.1" env LXC_NETMASK="255.255.255.0"