tap-bridge: (fixes #839) Update LXC configuration files
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# 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.0.1/24
|
||||
lxc.uts.name = left
|
||||
lxc.net.0.type = veth
|
||||
lxc.net.0.flags = up
|
||||
lxc.net.0.link = br-left
|
||||
lxc.net.0.ipv4.address = 10.0.0.1/24
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# 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.0.2/24
|
||||
lxc.uts.name = right
|
||||
lxc.net.0.type = veth
|
||||
lxc.net.0.flags = up
|
||||
lxc.net.0.link = br-right
|
||||
lxc.net.0.ipv4.address = 10.0.0.2/24
|
||||
|
||||
Reference in New Issue
Block a user