Skip to content

Commit

Permalink
Improve Extreme SLX-OS autodetect (#3233)
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Simkins <[email protected]>
  • Loading branch information
ktbyers and msimkins committed Jun 9, 2023
1 parent 0f7def6 commit 5f9eaa9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion netmiko/ssh_autodetect.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,9 @@
},
"extreme_slx": {
"cmd": "show version",
"search_patterns": [r"SLX-OS Operating System Software"],
"search_patterns": [
r"SLX-OS Operating System",
],
"priority": 99,
"dispatch": "_autodetect_std",
},
Expand Down

0 comments on commit 5f9eaa9

Please sign in to comment.