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

Fixes #8546 - Fix import to restrict bridge, parent, lag to device interfaces

This commit is contained in:
Daniel Sheppard
2022-02-15 09:27:55 -06:00
parent b5e4fdc3d8
commit 6bbf168cec
2 changed files with 17 additions and 0 deletions

View File

@@ -2,6 +2,10 @@
## v3.1.9 (FUTURE)
### Bug Fixes
* [#8546](https://github.com/netbox-community/netbox/issues/8546) - Fix import to restrict bridge, parent, lag to device interfaces
---
## v3.1.8 (2022-02-15)