On Thu, Oct 29, 2015 at 04:36:26PM -0700, Abhishek Chanda wrote: > I am running OVS in a privileged container. It adds a bridge using > "ovs-vsctl add-br br0". Once that container is removed, I need to > return the host in a clean state. I was hoping to do this > automatically by listening on docker events and running "sudo ip link > del br0" once the container is destroyed. But iproute2 returns > "operation not supported". These are the things I checked: > > 1. The nfnetfilter module is loaded > 2. The bridge does not show up in brctl but shows up when I do a "ip a" > > Is there any way to make this work?
Use ovs-vsctl to delete an OVS bridge. _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss