Allow filtering VLANs by group when editing prefixes #544

Closed
opened 2025-12-29 16:23:04 +01:00 by adam · 1 comment
Owner

Originally created by @NetTinkerer on GitHub (Nov 21, 2016).

I might use vlan groups the wrong way but I use them to identify a L2 domain within a site. This allows me to handle overlapping vlans within a site. When I assign a prefix to a particular vlan I see all vlans created for that site. I would like to be able to narrow down the selection by first selecting the vlan group and then select the vlan available in that group.

Originally created by @NetTinkerer on GitHub (Nov 21, 2016). I might use vlan groups the wrong way but I use them to identify a L2 domain within a site. This allows me to handle overlapping vlans within a site. When I assign a prefix to a particular vlan I see all vlans created for that site. I would like to be able to narrow down the selection by first selecting the vlan group and then select the vlan available in that group.
adam added the type: feature label 2025-12-29 16:23:04 +01:00
adam closed this issue 2025-12-29 16:23:05 +01:00
Author
Owner

@lampwins commented on GitHub (May 26, 2017):

What I propose is grouping VLANs in the dropdown by their VLAN Group membership, using the simple html optgroup tag (or similar, but I believe django has native support for this so long as the data is formatted as such). VLAN's in the Global namespace will be grouped as 'Global' At the top of the list.

@lampwins commented on GitHub (May 26, 2017): What I propose is grouping VLANs in the dropdown by their VLAN Group membership, using the simple html `optgroup` tag (or similar, but I believe django has native support for this so long as the data is formatted as such). VLAN's in the Global namespace will be grouped as 'Global' At the top of the list.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#544