tap-bridge: (fixes #839) Update LXC configuration files

This commit is contained in:
Bill Tao
2023-02-28 21:15:59 -08:00
committed by Tom Henderson
parent 969723195d
commit 0e0d10b617
2 changed files with 10 additions and 10 deletions

View File

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

View File

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