2
0
mirror of https://github.com/knorrie/network-examples synced 2025-08-28 13:08:51 +00:00

lxcbird/README: forcibly del-br first

No comment, just try bigger hammers. I'm not gonna write a rant about
how openvswitch in Debian is mostly broken always regarding
network/interfaces handling. It's like playing whack a mole.
This commit is contained in:
Hans van Kranenburg 2021-01-26 20:48:42 +01:00
parent 5da936e137
commit 4aca4f9cf4

View File

@ -43,6 +43,7 @@ Here's the `/etc/network/interfaces` of my lxc host, well, almost, since I repla
allow-ovs ovs0
iface ovs0 inet manual
pre-up ovs-vsctl -- --if-exists del-br ovs0
pre-up ovs-vsctl add-br ovs0
up ip link set up dev ovs0
down ip link set down dev ovs0