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

Fixes #4510: Enforce address family for device primary IPv4/v6 addresses

This commit is contained in:
Jeremy Stretch
2020-04-21 14:50:15 -04:00
parent cc721efe97
commit ada55dfdfb
2 changed files with 11 additions and 4 deletions

View File

@ -14,6 +14,7 @@
* [#4388](https://github.com/netbox-community/netbox/issues/4388) - Fix detection of connected endpoints when connecting rear ports
* [#4489](https://github.com/netbox-community/netbox/issues/4489) - Fix display of parent/child role on device type view
* [#4496](https://github.com/netbox-community/netbox/issues/4496) - Fix exception when validating certain models via REST API
* [#4510](https://github.com/netbox-community/netbox/issues/4510) - Enforce address family for device primary IPv4/v6 addresses
---