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
  1. Persistent indices should not be included while returning config in get_config
  2. When candidate config is return it does have first line as configure in it
  3. When we run get_config() twice and get running config, the command is not showed in second time as it appeared before
  4. in close method added line to close paramiko ssh connection to the router
  5. load merge prints exception and can take input in MD-CLI, CLI, XML format
  6. load replace prints exception