diff --git a/AUTHORS b/AUTHORS index 45fff23..73e3ead 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1,3 @@ Senthil Kumar Ganesan +Mohamed Javeed + diff --git a/napalm_dellos10/dellos10.py b/napalm_dellos10/dellos10.py index c8e85cc..777d14b 100644 --- a/napalm_dellos10/dellos10.py +++ b/napalm_dellos10/dellos10.py @@ -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,