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

Fixes #3856: Allow filtering VM interfaces by multiple MAC addresses

This commit is contained in:
Jeremy Stretch
2020-01-07 10:31:44 -05:00
parent e7ee4486a5
commit 770f4c962c
2 changed files with 2 additions and 12 deletions

View File

@ -9,6 +9,7 @@
* [#3589](https://github.com/netbox-community/netbox/issues/3589) - Fix validation on tagged VLANs of an interface
* [#3853](https://github.com/netbox-community/netbox/issues/3853) - Fix device role link on config context view
* [#3856](https://github.com/netbox-community/netbox/issues/3856) - Allow filtering VM interfaces by multiple MAC addresses
---