NAPALM v3.0.1 Release Notes

Release Date: 2020-05-15 // almost 4 years ago
  • ๐Ÿ”„ Changes

    Release 3.0.0 introduced support for the Arista FN 0039 command changes (#1093), by replacing the old style commands with the new style commands. This also affected the way NAPALM loads the configuration on the device (i.e., it would transform your configuration before loading). In order to prevent this, and avoid unexpected results, we introduced a new optional argument eos_fn0039_config, defaulting to False, which you can use to select whether you want NAPALM to convert the configuration command before loading. By default, NAPALM won't transform your configuration, but setting eos_fn0039_config to True it would help you transition to newer EOS versions.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ”ง [Junos] close configuration in case configure_private is set to avoid configure session to stay forever #1199
    • [IOS] get_interfaces_counters broken with Managment Interface #1201
    • [IOS] get_optics does not work on VSS setup #1208
    • [IOS] get_optics broken if input value is N/A #1206
    • [NXOS] Fix cmd_verify and null character #1214