Skip to content

Commit

Permalink
Merge pull request #4 from javeedf/master
Browse files Browse the repository at this point in the history
Changed the netmiko driver connection name from "dellos10" to "dell_os10"
  • Loading branch information
skg-net authored Aug 9, 2018
2 parents 8b5bf0c + 0b2be64 commit ad71a1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
Senthil Kumar Ganesan <[email protected]>
Mohamed Javeed <[email protected]>

2 changes: 1 addition & 1 deletion napalm_dellos10/dellos10.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def __init__(self, hostname, username, password, timeout=60,

def open(self):
"""Open a connection to the device."""
device_type = 'dellos10'
device_type = 'dell_os10'
self.device = ConnectHandler(device_type=device_type,
host=self.hostname,
username=self.username,
Expand Down

0 comments on commit ad71a1b

Please sign in to comment.