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

Fixes #5045: Allow assignment of interfaces to non-master VC peer LAG during import

This commit is contained in:
Jeremy Stretch
2020-08-24 11:33:45 -04:00
parent 32a0e519ad
commit df97eb2f72
2 changed files with 10 additions and 4 deletions

View File

@@ -9,6 +9,7 @@
* [#5040](https://github.com/netbox-community/netbox/issues/5040) - Limit SLAAC status to IPv6 addresses
* [#5041](https://github.com/netbox-community/netbox/issues/5041) - Fix form tabs when assigning an IP to a VM interface
* [#5042](https://github.com/netbox-community/netbox/issues/5042) - Fix display of SLAAC label for IP addresses status
* [#5045](https://github.com/netbox-community/netbox/issues/5045) - Allow assignment of interfaces to non-master VC peer LAG during import
---