Fixes #2757: Always treat first/last IPs within a /31 or /127 as usable

This commit is contained in:
Jeremy Stretch
2019-01-08 12:04:32 -05:00
parent 73a1d6a7ba
commit 0d415d94a5
2 changed files with 18 additions and 6 deletions

View File

@@ -12,6 +12,7 @@ v2.5.3 (FUTURE)
## Bug Fixes
* [#2742](https://github.com/digitalocean/netbox/issues/2742) - Preserve cluster assignment when editing a device
* [#2757](https://github.com/digitalocean/netbox/issues/2757) - Always treat first/last IPs within a /31 or /127 as usable
* [#2762](https://github.com/digitalocean/netbox/issues/2762) - Add missing DCIM field values to API `_choices` endpoint