Restore deleted deleteIntfs in OVSSwitch.stop()

This commit is contained in:
Bob Lantz
2012-03-25 22:10:04 -07:00
parent 2ec866d2c5
commit 3f61ea7104
+1
View File
@@ -865,6 +865,7 @@ class OVSSwitch( Switch ):
def stop( self ):
"Terminate OVS switch."
self.cmd( 'ovs-vsctl del-br', self )
self.deleteIntfs()
OVSKernelSwitch = OVSSwitch