make 'ovs-vsctl' string symmetric
This commit is contained in:
+1
-1
@@ -1280,7 +1280,7 @@ class OVSBatch( OVSSwitch ):
|
|||||||
def batchStartup( cls, switches ):
|
def batchStartup( cls, switches ):
|
||||||
"Batch startup for OVS"
|
"Batch startup for OVS"
|
||||||
info( '...' )
|
info( '...' )
|
||||||
cmds = 'ovs-vsctl '
|
cmds = 'ovs-vsctl'
|
||||||
for switch in switches:
|
for switch in switches:
|
||||||
if cls.isOldOVS():
|
if cls.isOldOVS():
|
||||||
quietRun( 'ovs-vsctl del-br %s' % switch )
|
quietRun( 'ovs-vsctl del-br %s' % switch )
|
||||||
|
|||||||
Reference in New Issue
Block a user