Fixes #5040: Limit SLAAC status to IPv6 addresses

This commit is contained in:
Jeremy Stretch
2020-08-24 10:51:47 -04:00
parent 9147823305
commit 78d6561e39
2 changed files with 7 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
* [#5035](https://github.com/netbox-community/netbox/issues/5035) - Fix exception when modifying an IP address assigned to a VM
* [#5038](https://github.com/netbox-community/netbox/issues/5038) - Fix validation of primary IPs assigned to virtual machines
* [#5040](https://github.com/netbox-community/netbox/issues/5040) - Limit SLAAC status to IPv6 addresses
* [#5042](https://github.com/netbox-community/netbox/issues/5042) - Fix display of SLAAC label for IP addresses status
---