From 4aca4f9cf4b478d0443733bdc33f87b5e65ee44e Mon Sep 17 00:00:00 2001 From: Hans van Kranenburg Date: Tue, 26 Jan 2021 20:48:42 +0100 Subject: [PATCH] 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. --- lxcbird/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/lxcbird/README.md b/lxcbird/README.md index 35ff3d2..64a834c 100644 --- a/lxcbird/README.md +++ b/lxcbird/README.md @@ -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