--- 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