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

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 bb988701fe
commit cc57d1edf7
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
---