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

Fixes #9306: Include VC master interfaces when selecting a LAG/bridge for a VC member interface

This commit is contained in:
jeremystretch
2022-05-06 09:47:52 -04:00
parent 422ec7ecec
commit 9b4e016fe4
2 changed files with 11 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
### Bug Fixes
* [#9267](https://github.com/netbox-community/netbox/issues/9267) - Remove invalid entry in IP address role choices
* [#9306](https://github.com/netbox-community/netbox/issues/9306) - Include VC master interfaces when selecting a LAG/bridge for a VC member interface
* [#9311](https://github.com/netbox-community/netbox/issues/9311) - Permit creating contact assignment without a priority via the REST API
---