Skip to content

Commit

Permalink
Merge branch 'develop' into huawei_vrp8_save_conf_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers authored Jan 12, 2024
2 parents 04b3d08 + 8f4d3f0 commit e7ea812
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions netmiko/ssh_autodetect.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,12 @@
"priority": 99,
"dispatch": "_autodetect_std",
},
"netgear_prosafe": {
"cmd": "show version",
"search_patterns": [r"ProSAFE"],
"priority": 99,
"dispatch": "_autodetect_std",
},
}

# Sort SSH_MAPPER_DICT such that the most common commands are first
Expand Down

0 comments on commit e7ea812

Please sign in to comment.