We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Python version: 2.7.6 NetBox version: 1.9.5
Attempting to import a prefix which is to be assigned to a global VLAN yields the following validation error:
Must specify site and/or VLAN group when assigning a VLAN.
192.0.2.0/24,,,,,100,Active,,False,
The import form validation expects a site and/or VLAN group to be specified.
The text was updated successfully, but these errors were encountered:
d3b16ba
Fixes netbox-community#1057: Corrected VLAN validation during prefix …
3d5a6e3
…import
No branches or pull requests
Issue type: Bug report
Python version: 2.7.6
NetBox version: 1.9.5
Attempting to import a prefix which is to be assigned to a global VLAN yields the following validation error:
Steps to recreate
The import form validation expects a site and/or VLAN group to be specified.
The text was updated successfully, but these errors were encountered: