Skip to content
Snippets Groups Projects
Commit 7485b035 authored by Bob Lantz's avatar Bob Lantz
Browse files

make 'ovs-vsctl' string symmetric

parent 8014a702
No related branches found
No related tags found
No related merge requests found
......@@ -1280,7 +1280,7 @@ def __init__( self, *args, **kwargs ):
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 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment