upstart; Enable lxc-net by default

parent c580b8d2
...@@ -4,7 +4,7 @@ author "Serge Hallyn <serge.hallyn@canonical.com>" ...@@ -4,7 +4,7 @@ author "Serge Hallyn <serge.hallyn@canonical.com>"
start on starting lxc start on starting lxc
stop on stopped lxc stop on stopped lxc
env USE_LXC_BRIDGE="false" env USE_LXC_BRIDGE="true"
env LXC_BRIDGE="lxcbr0" env LXC_BRIDGE="lxcbr0"
env LXC_ADDR="10.0.3.1" env LXC_ADDR="10.0.3.1"
env LXC_NETMASK="255.255.255.0" env LXC_NETMASK="255.255.255.0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment