Aaron Greusel
Aaron Greusel
### NetBox version v3.2.7 ### Python version 3.10 ### Steps to Reproduce 1. Create module-type (module_a) 2. Create device type with module bay (device_type_a) 3. Create multiple devices using device_type_a...
### NetBox version v3.3.4 ### Feature type New functionality ### Proposed functionality Add a function/method to Interface type objects that can reset its state to a pre-defined default (i.e. null)....
Replacing underscores with hypens in the base_url setting in order to follow Netbox plugin conventions and enable pynetbox compatibility.
Since netbox updated their schema and removed the napalm_driver attribute on the platform object (moved to a plugin), the use_platform_napalm_driver argument is broken. Either the argument should be removed, or...
Since community objects used by a community list often need to be in regex format, I've added square brackets to the RegexValidator pattern for the community object.