Skip to content

Commit

Permalink
Added Versa FlexVNF platform to SSH autodetect (ktbyers#2851)
Browse files Browse the repository at this point in the history
Co-authored-by: N:D <[email protected]>
  • Loading branch information
ktbyers and dn-gh authored Jul 6, 2022
1 parent 330d15e commit 3079569
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 @@ -252,6 +252,12 @@
"priority": 99,
"dispatch": "_autodetect_std",
},
"flexvnf": {
"cmd": "show system package-info",
"search_patterns": [r"Versa FlexVNF"],
"priority": 99,
"dispatch": "_autodetect_std",
},
}

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

0 comments on commit 3079569

Please sign in to comment.