You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
jeremystretch
changed the title
select vlan group when assigning vlan to prefix
Allow filtering VLANs by group when editing prefixes
Jun 9, 2017
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.
The text was updated successfully, but these errors were encountered: