Fixes #6309: Restrict parent VM interface assignment to the parent VM

This commit is contained in:
jeremystretch
2021-04-29 08:50:19 -04:00
parent 29afb0c8a5
commit 4a510cd48e
2 changed files with 4 additions and 6 deletions

View File

@@ -9,6 +9,7 @@
### Bug Fixes
* [#6308](https://github.com/netbox-community/netbox/issues/6308) - Fix linking of available VLANs in VLAN group view
* [#6309](https://github.com/netbox-community/netbox/issues/6309) - Restrict parent VM interface assignment to the parent VM
---