Skip to content

Commit 1821940

Browse files
committed
Added additional search pattern for ExtremeXOS in SSH autodetection
1 parent a8c9c1a commit 1821940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netmiko/ssh_autodetect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
},
248248
"extreme_exos": {
249249
"cmd": "show version",
250-
"search_patterns": [r"ExtremeXOS"],
250+
"search_patterns": [r"ExtremeXOS", "EXOS"],
251251
"priority": 99,
252252
"dispatch": "_autodetect_std",
253253
},

0 commit comments

Comments
 (0)