Closed
Description
NetBox version
v3.2.5
Feature type
Change to existing functionality
Proposed functionality
a VLAN Group has the option to limit the vlans that can be used in that group.
This FR is to make the vlan-member a comma-separated value and allow more that one range or separate vlans in a vlan group.
Use case
We have use cases where one group consists of 2 different ranges (1000-1099, 2500-2599 for example).
Currently we have to create a second group, or extend the vlangroup with vlans that should not be used in that group.
Database changes
- Remove the min_vid, max_vid values
- Replace with a ArrayField of Vlan/VlanRanges ?
External dependencies
No response