Merge pull request #289 from rlane/ivs-wait

IVSSwitch: wait for ivs to terminate before tearing down node
This commit is contained in:
lantz
2014-03-20 18:33:07 -07:00
+1
View File
@@ -1124,6 +1124,7 @@ class IVSSwitch(Switch):
def stop( self ):
"Terminate IVS switch."
self.cmd( 'kill %ivs' )
self.cmd( 'wait' )
self.deleteIntfs()
def attach( self, intf ):