Skip to content

Commit ee5c81e

Browse files
committed
Remove unintended reintroduct of two devices_types into autodetect
1 parent 126d5ec commit ee5c81e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

netmiko/ssh_autodetect.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -83,24 +83,12 @@
8383
"priority": 99,
8484
"dispatch": "_autodetect_std",
8585
},
86-
"arris_cer": {
87-
"cmd": "show version",
88-
"search_patterns": [r"CER"],
89-
"priority": 99,
90-
"dispatch": "_autodetect_std",
91-
},
9286
"aruba_aoscx": {
9387
"cmd": "show version",
9488
"search_patterns": [r"ArubaOS-CX"],
9589
"priority": 99,
9690
"dispatch": "_autodetect_std",
9791
},
98-
"casa_cmts": {
99-
"cmd": "show version",
100-
"search_patterns": [r"Casa"],
101-
"priority": 99,
102-
"dispatch": "_autodetect_std",
103-
},
10492
"ciena_saos": {
10593
"cmd": "software show",
10694
"search_patterns": [r"saos"],

0 commit comments

Comments
 (0)