1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Merge pull request #3814 from hSaria/3589-interface-tagged-vlans

Fixes #3589: Interface VLAN filtering
This commit is contained in:
Jeremy Stretch
2020-01-06 13:20:14 -05:00
committed by GitHub
2 changed files with 15 additions and 90 deletions

View File

@@ -5,6 +5,10 @@
* [#2050](https://github.com/netbox-community/netbox/issues/2050) - Preview image attachments when hovering the link
* [#3187](https://github.com/netbox-community/netbox/issues/3187) - Add rack selection field to rack elevations
## Bug Fixes
* [#3589](https://github.com/netbox-community/netbox/issues/3589) - Fix validation on tagged VLANs of an interface
---
# v2.6.11 (2020-01-03)