]> git.proxmox.com Git - mirror_lxc.git/blobdiff - doc/examples/lxc-veth.conf.in
replace all lxc.network* with lxc.net*
[mirror_lxc.git] / doc / examples / lxc-veth.conf.in
index e3b0661842207ba8deb691cbae24b6fbd9dc30aa..e6ccb4f8a39e7e967b970a97983d7c84c4e6d358 100644 (file)
@@ -1,9 +1,9 @@
 # Container with network virtualized using a pre-configured bridge named br0 and
 # veth pair virtual network devices
 lxc.utsname = beta
-lxc.network.type = veth
-lxc.network.flags = up
-lxc.network.link = br0
-lxc.network.hwaddr = 4a:49:43:49:79:bf
-lxc.network.ipv4 = 10.2.3.5/24
-lxc.network.ipv6 = 2003:db8:1:0:214:1234:fe0b:3597
+lxc.net.0.type = veth
+lxc.net.0.flags = up
+lxc.net.0.link = br0
+lxc.net.0.hwaddr = 4a:49:43:49:79:bf
+lxc.net.0.ipv4 = 10.2.3.5/24
+lxc.net.0.ipv6 = 2003:db8:1:0:214:1234:fe0b:3597