-
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
Bulk editing of interface VLAN assignments #2160
Comments
Just realized we pulled bulk edit of 802.1Q settings at the last minute but we never opened an issue to add it back. My initial thought is to use the existing 802.1Q workflow for individual interfaces to build a new bulk edit view specifically for this purpose. I don't see a good way to reuse the existing bulk object edit view and we certainly should reuse the existing 802.1Q workflow. |
I'd definitely like to see this. I am adding in lots of switches at the moment and each interface has the same config (for the most part). Adding them manually to each interface is sapping my sense of humor. If this is likely to turn up soon, I'll hang fire on the VLAN config side of things. |
What happened to this feature request? The referenced issue just loops back to this one... |
@morten-starvik The referenced issue is because that issue is a duplicate of this issue. |
Fixes netbox-community#2160 - Added bulk vlan editing Consequential behaviour changes * APISelect can now take "full=True" to return a non-brief set * Select2 will no group by "group & site, group, site, global" if full=True is set in APISelect
) * Fixes netbox-community#3341 - Added in-line vlan editing * Fixes netbox-community#2160 - Added bulk vlan editing Inconsequential behaviour changes: * APISelect can now take "full=True" to return a non-brief set * Select2 will no group by "group & site, group, site, global" if full=True is set in APISelect
Issue type
[x] Feature request
[ ] Bug report
[ ] Documentation
Environment
Description
It would be nice if you could assign a VLAN to several interfaces at once. When going to the device view and selecting several interfaces and edit them I can change description, mode, ... but it would be nice so set the VLAN as well.
The text was updated successfully, but these errors were encountered: