diff --git a/mininet/node.py b/mininet/node.py index 51f01c1..ac3c64e 100644 --- a/mininet/node.py +++ b/mininet/node.py @@ -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 ):