issues
search
napalm-automation-community
/
napalm-sros
NAPALM driver for Nokia SR OS
Apache License 2.0
17
stars
17
forks
source link
Made changes in get_config, load_merge/replace and close method
#11
Closed
ashah26
closed
4 years ago
ashah26
commented
4 years ago
Persistent indices should not be included while returning config in get_config
When candidate config is return it does have first line as configure in it
When we run get_config() twice and get running config, the command is not showed in second time as it appeared before
in close method added line to close paramiko ssh connection to the router
load merge prints exception and can take input in MD-CLI, CLI, XML format
load replace prints exception