Skip to content

WIP: ovs: don't release slaves on quit

Beniamino Galvani requested to merge bg/ovs-restart-rh1733709 into master

An OVS bridge and its slaves can continue to work even after NM has quit. Keep the interface enslaved when the @configure argument of device->release_slave() is FALSE, which happens on quit and in other circumstances when we don't really want to release the slave from its master.

https://bugzilla.redhat.com/show_bug.cgi?id=1733709

Merge request reports