Restore deleted deleteIntfs in OVSSwitch.stop()
This commit is contained in:
@@ -865,6 +865,7 @@ class OVSSwitch( Switch ):
|
||||
def stop( self ):
|
||||
"Terminate OVS switch."
|
||||
self.cmd( 'ovs-vsctl del-br', self )
|
||||
self.deleteIntfs()
|
||||
|
||||
OVSKernelSwitch = OVSSwitch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user