update bridge names and IP addresses
authorCraig Dowell <craigdo@ee.washington.edu>
Thu, 18 Feb 2010 22:02:31 -0800
changeset 6000 c7d241904b08
parent 5999 ee04189aec1b
child 6001 d563aaa88bc0
update bridge names and IP addresses
examples/tap/lxc-left.conf
examples/tap/lxc-right.conf
--- a/examples/tap/lxc-left.conf	Thu Feb 18 20:40:38 2010 +0100
+++ b/examples/tap/lxc-left.conf	Thu Feb 18 22:02:31 2010 -0800
@@ -1,7 +1,7 @@
-# Container with network virtualized using a pre-configured bridge named br0 and
+# Container with network virtualized using a pre-configured bridge named br-left and
 # veth pair virtual network devices
 lxc.utsname = left
 lxc.network.type = veth
 lxc.network.flags = up
 lxc.network.link = br-left
-lxc.network.ipv4 = 10.0.2.100/24
+lxc.network.ipv4 = 10.0.0.1/24
--- a/examples/tap/lxc-right.conf	Thu Feb 18 20:40:38 2010 +0100
+++ b/examples/tap/lxc-right.conf	Thu Feb 18 22:02:31 2010 -0800
@@ -1,7 +1,7 @@
-# Container with network virtualized using a pre-configured bridge named br0 and
+# Container with network virtualized using a pre-configured bridge named br-right and
 # veth pair virtual network devices
 lxc.utsname = right
 lxc.network.type = veth
 lxc.network.flags = up
 lxc.network.link = br-right
-lxc.network.ipv4 = 10.0.2.101/24
+lxc.network.ipv4 = 10.0.0.2/24