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