Prefix cannot be assigned if the site is a member of a sitegroup #10104
Labels
status: revisions needed
This issue requires additional information to be actionable
type: bug
A confirmed report of unexpected behavior in the application
NetBox version
v3.2.9
Python version
3.10
Steps to Reproduce
Expected Behavior
The VLAN group and the VLAN is selectable as the group has no filtering and should be considered "global".
Observed Behavior
The VLAN group selection returns not results and the only usable VLANs are the ones assigned directly to the site or site group.
The interesting thing about this is the following:
When you remove all site and site group assignments and assign the VLAN group and VLAN, the site and site group can be assigned afterwards resulting in the following constillation:
Is this a wanted behavior? I believe there is something wrong with the API-Request and there are to many filters so that no result is returned.
I want to provide a little context as why this is a problem:
We have some VLANs we use at every site of ours (e.g. VLAN 10). Instead of creating this vlan for every site, we'd like to create it once and assign all corresponding prefixes to it, resulting in a more structured VLAN database.
The text was updated successfully, but these errors were encountered: