diff --git a/mininet/node.py b/mininet/node.py index dfc0b44..e416261 100644 --- a/mininet/node.py +++ b/mininet/node.py @@ -1280,7 +1280,7 @@ class OVSBatch( OVSSwitch ): def batchStartup( cls, switches ): "Batch startup for OVS" info( '...' ) - cmds = 'ovs-vsctl ' + cmds = 'ovs-vsctl' for switch in switches: if cls.isOldOVS(): quietRun( 'ovs-vsctl del-br %s' % switch )