-
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
Unable to assign vlan group to prefix #1663
Comments
Hello, It seems to be a problem with django-filter 1.1.0. Downgrade to version 1.0.4 fix the problem for me. |
I'm having a similar issue. I downgraded django-filter to 1.0.4 and it doesn't help. Unsure if these issues are related, so I figured I'd tack on to this before opening a new issue. |
NetBox has never supported assigning a prefix to a VLAN group. That wouldn't make sense. A prefix can only be assigned to a single VLAN. The VLAN group field is only there to help choose a VLAN. |
@jeremystretch Apologies, my description of the problem was incorrect. The net result is the same, though - I was unable to select a vlan and associate it with a prefix. @maximebrun thank you, downgrading django_filters ("pip3 install django_filter==1.0.4") resolved the problem for me. |
Issue type
[ ] Feature request
[x] Bug report
[ ] Documentation
Environment
Description
Recently upgraded from 2.0.7 to 2.2.2.
After upgrading, I can no longer set a vlan group on a prefix. I can select the appropriate vlan group but this doesn't persist when i click 'Update'
This means I'm unable to associate that IP prefix with a vlan. I've tried disassociating existing prefixes from a vlan, and am then unable to add them.
The text was updated successfully, but these errors were encountered: