make 'ovs-vsctl' string symmetric
This commit is contained in:
+1
-1
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user