explicit param call in cli command

This commit is contained in:
Brian O'Connor
2014-11-21 18:35:37 -08:00
parent b57e5d93b8
commit 23dfbe4ae2
+1 -1
View File
@@ -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' )