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 docke
Hi,
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 de