2023.2 Series Release Notes

7.2.0-5

Bug Fixes

  • Fixes a regression when binding 802.3ad port groups on netmiko devices other than cumulus.

7.2.0

Upgrade Notes

  • To improve logging, the device name is now passed to the device driver class. If you implemented an out-of-tree device driver inheriting from GenericSwitchDevice or NetmikoSwitch, your code needs to be adapted to accept this new argument to the __init__ method. It is recommended to use the *args, **kwargs pattern to accept and pass all unhandled arguments to the base class.

Bug Fixes

  • Ignore unknown options starting with ngs_ instead of crashing.