networktocode / ntc-netbox-plugin-onboarding

A plugin for NetBox to easily onboard new devices.
Other
245 stars 46 forks source link

NetdevKeeper fixes #124

Closed dankot12 closed 3 years ago

dankot12 commented 3 years ago
  1. In NetdevKeeper, checking if optional_args is None before copying
  2. In NetdevKeeper, added a new condition to check if load_driver_extension is not set, and added a log statement accordingly
mzbroch commented 3 years ago

Thank you for submitting this fix @dankot12 . Could you please help us reviewing and implementing #125 where I have applied a solution based out of your fix?