Skip to content
Snippets Groups Projects
Commit 787f8234 authored by lantz's avatar lantz
Browse files

Merge pull request #289 from rlane/ivs-wait

IVSSwitch: wait for ivs to terminate before tearing down node
parents cc20908b a7eb5576
No related branches found
No related tags found
No related merge requests found
...@@ -1124,6 +1124,7 @@ def start( self, controllers ): ...@@ -1124,6 +1124,7 @@ def start( self, controllers ):
def stop( self ): def stop( self ):
"Terminate IVS switch." "Terminate IVS switch."
self.cmd( 'kill %ivs' ) self.cmd( 'kill %ivs' )
self.cmd( 'wait' )
self.deleteIntfs() self.deleteIntfs()
def attach( self, intf ): def attach( self, intf ):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment