Skip to content

Commit

Permalink
Add to PLATFORMS file
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Jan 6, 2025
1 parent 675d51d commit 04ccff6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion PLATFORMS.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,12 @@
- F5 Linux
- Fortinet
- Garderos GRS
- Genexis Saturn SOLT33
- Genexis Saturn SOLT33 (telnet only)
- MRV Communications OptiSwitch
- MRV LX
- Nokia/Alcatel SR-OS
- Nokia SR Linux
- Optilink EOLT 9702 (telnet only)
- QuantaMesh
- Rad ETX
- Raisecom ROAP
Expand Down Expand Up @@ -291,6 +292,7 @@
- maipu_telnet
- nokia_sros_telnet
- oneaccess_oneos_telnet
- optilink_eolt9702_telnet
- paloalto_panos_telnet
- rad_etx_telnet
- raisecom_telnet
Expand Down
8 changes: 4 additions & 4 deletions netmiko/optilink/op_eolt9702.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

class OptilinkEOLT9702Base(CiscoBaseConnection):
"""
Optilink EOLT 97028P2AB
Optilink EOLT 97024P
Optilink EOLT 9702-8P2AB
Optilink EOLT 9702-4P
"""

def session_preparation(self) -> None:
Expand Down Expand Up @@ -51,8 +51,8 @@ def exit_config_mode(self, exit_config: str = "exit", pattern: str = r"#.*") ->

class OptilinkEOLT9702Telnet(OptilinkEOLT9702Base):
"""
Optilink EOLT 97028P2AB telnet driver
Optilink EOLT 97024P telnet driver
Optilink EOLT 9702-8P2AB telnet driver
Optilink EOLT 9702-4P telnet driver
"""

pass

0 comments on commit 04ccff6

Please sign in to comment.