explicit param call in cli command
This commit is contained in:
+1
-1
@@ -367,7 +367,7 @@ class CLI( Cmd ):
|
|||||||
if command == 'start':
|
if command == 'start':
|
||||||
self.mn.get( sw ).start( self.mn.controllers )
|
self.mn.get( sw ).start( self.mn.controllers )
|
||||||
elif command == 'stop':
|
elif command == 'stop':
|
||||||
self.mn.get( sw ).stop( False )
|
self.mn.get( sw ).stop( deleteIntfs=False )
|
||||||
else:
|
else:
|
||||||
error( 'invalid command: switch <switch name> {start, stop}\n' )
|
error( 'invalid command: switch <switch name> {start, stop}\n' )
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user