]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
upstart; Enable lxc-net by default
authorStéphane Graber <stgraber@ubuntu.com>
Wed, 19 Feb 2014 18:46:46 +0000 (13:46 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 19 Feb 2014 18:46:46 +0000 (13:46 -0500)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
config/init/upstart/lxc-net.conf

index a84d8c87a904e741e5a51eb2c364bc53f19eb5ef..17538bb60c5e6134af85094e75a24b057b88b0e1 100644 (file)
@@ -4,7 +4,7 @@ author "Serge Hallyn <serge.hallyn@canonical.com>"
 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"