File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1+ from netmiko .opengear .opengear_linux import OpengearLinuxSSH
2+
3+ __all__ = ["OpengearLinuxSSH" ]
Original file line number Diff line number Diff line change 1+ from netmiko .linux .linux_ssh import LinuxSSH
2+
3+
4+ class OpengearLinuxSSH (LinuxSSH ):
5+ pass
Original file line number Diff line number Diff line change 136136from netmiko .netgear import NetgearProSafeSSH
137137from netmiko .nec import NecIxSSH , NecIxTelnet
138138from netmiko .oneaccess import OneaccessOneOSTelnet , OneaccessOneOSSSH
139+ from netmiko .opengear import OpengearLinuxSSH
139140from netmiko .optilink import OptilinkEOLT9702Telnet
140141from netmiko .optilink import OptilinkEOLT11444Telnet
141142from netmiko .optilink import OptilinkGOLT924Telnet
313314 "nokia_sros" : NokiaSrosSSH ,
314315 "nokia_srl" : NokiaSrlSSH ,
315316 "oneaccess_oneos" : OneaccessOneOSSSH ,
317+ "opengear_linux" : OpengearLinuxSSH ,
316318 "ovs_linux" : OvsLinuxSSH ,
317319 "paloalto_panos" : PaloAltoPanosSSH ,
318320 "pluribus" : PluribusSSH ,
You can’t perform that action at this time.
0 commit comments