From 7485b035af5b255471ed4437c78f6600d2f2913c Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Thu, 22 Jan 2015 10:04:09 -0800 Subject: [PATCH] make 'ovs-vsctl' string symmetric --- mininet/node.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )