Current Series Release Notes¶
7.1.0-2¶
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
orNetmikoSwitch
, 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.