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:
wiso 2018-05-24 12:14:39 +02:00 committed by Ganesh Nalawade
commit 160bf82544
8 changed files with 185 additions and 1 deletions

View file

@ -159,7 +159,8 @@ logging.getLogger('ncclient').setLevel(logging.INFO)
NETWORK_OS_DEVICE_PARAM_MAP = {
"nxos": "nexus",
"ios": "default"
"ios": "default",
"sros": "alu"
}