mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-05 07:54:00 -07:00
Add NETCONF support for SROS devices (#40330)
* added NETCONF support for SROS devices * corrected alu mapping * fix pep8 in sros.py * BOT META file updated
This commit is contained in:
parent
387a23c3d1
commit
160bf82544
8 changed files with 185 additions and 1 deletions
|
@ -159,7 +159,8 @@ logging.getLogger('ncclient').setLevel(logging.INFO)
|
|||
|
||||
NETWORK_OS_DEVICE_PARAM_MAP = {
|
||||
"nxos": "nexus",
|
||||
"ios": "default"
|
||||
"ios": "default",
|
||||
"sros": "alu"
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue