Skip to content

Commit

Permalink
Merge pull request #89 from kderynski/master
Browse files Browse the repository at this point in the history
timeout implemented in IBM module
  • Loading branch information
dbarrosop committed Dec 1, 2015
2 parents 7260e09 + 8eff9e6 commit 2236153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion napalm/ibm.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def str2argv(self, str=''):
return str.split(' ')

def open(self):
self.bnc.connect()
self.bnc.connect(self.timeout)
self.bnc.sendhello()
self._get_config(self.filename_rollback)

Expand Down

0 comments on commit 2236153

Please sign in to comment.