OpenSwitch Cli & most of Rest

This commit is contained in:
Nathaniel Case
2016-07-18 10:25:24 -04:00
parent f7570f1dc4
commit 9b4455e33a
2 changed files with 102 additions and 160 deletions

View File

@@ -239,7 +239,7 @@ class NetCli(object):
self._connected = False
self.default_output = 'text'
def connect(self, params, kickstart, **kwargs):
def connect(self, params, kickstart=True, **kwargs):
host = params['host']
port = params.get('port') or 22