diff --git a/mininet/node.py b/mininet/node.py index cd7ecd2..8f80a88 100644 --- a/mininet/node.py +++ b/mininet/node.py @@ -1425,7 +1425,6 @@ class Controller( Node ): "Stop controller." self.cmd( 'kill %' + self.command ) self.cmd( 'wait %' + self.command ) - kwargs.update( deleteIntfs=False ) super( Controller, self ).stop( *args, **kwargs ) def IP( self, intf=None ):