Skip to content

Commit

Permalink
Add alaxala to platforms and cleanup on alaxala driver
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Jul 10, 2024
1 parent 637f36f commit 389c307
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions PLATFORMS.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@

- A10
- Accedian
- Alaxala AX2600S and AX3600S
- Allied Telesis AlliedWare Plus
- Aruba OS (Wireless Controllers/WAPs)
- Aruba AOS-CX
Expand Down
1 change: 0 additions & 1 deletion netmiko/alaxala/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from __future__ import unicode_literals
from netmiko.alaxala.alaxala_ax36s import AlaxalaAx36sSSH

__all__ = ["AlaxalaAx36sSSH"]
6 changes: 0 additions & 6 deletions netmiko/ssh_autodetect.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,12 +315,6 @@
"priority": 99,
"dispatch": "_autodetect_std",
},
"alaxala_ax36s": {
"cmd": "show version",
"search_patterns": [r"Model: AX"],
"priority": 99,
"dispatch": "_autodetect_std",
},
}

# Sort SSH_MAPPER_DICT such that the most common commands are first
Expand Down
1 change: 1 addition & 0 deletions netmiko/ssh_dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
"adva_fsp150f2": AdvaAosFsp150F2SSH,
"adva_fsp150f3": AdvaAosFsp150F3SSH,
"alaxala_ax36s": AlaxalaAx36sSSH,
"alaxala_ax26s": AlaxalaAx36sSSH,
"alcatel_aos": AlcatelAosSSH,
"alcatel_sros": NokiaSrosSSH,
"allied_telesis_awplus": AlliedTelesisAwplusSSH,
Expand Down

0 comments on commit 389c307

Please sign in to comment.