-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add min/max VID values to VLAN groups for validation #8168
Comments
Maybe extend this idea a little bit ? |
That sounds over-complicated IMO. VLAN groups essentially already function as ranges; this just provides the option of reducing the range from the default min/max VIDs. |
Giving it a second thought.. |
iknow its closed. somesort of parent child relationship would be really nice. DC1 DC2 DCX |
You can add a tag to vlangroups that belong together. P |
NetBox version
v3.1.2
Feature type
Data model extension
Proposed functionality
Add two new fields to the VLANGroup model:
min_vid
max_vid
These fields will be used to validate the assignment of child VLANs to the group. They will default to the absolute minimum and maximum values for a VLAN ID (1 and 4094 respectively), so their introduction will not cause a breaking change.
Use case
This was originally proposed under #2658 but warrants its own separate FR.
Database changes
Add two new positive small integer fields to the VLANGroup model as noted above.
External dependencies
No response
The text was updated successfully, but these errors were encountered: