Fixes #5078: Fix assignment of existing IP addresses to interfaces via web UI

This commit is contained in:
Jeremy Stretch
2020-09-01 10:19:28 -04:00
parent 8d0d2caad8
commit d06836c0f8
3 changed files with 4 additions and 7 deletions

View File

@@ -6,6 +6,7 @@
* [#5063](https://github.com/netbox-community/netbox/issues/5063) - Fix "add device" link in rack elevations for opposite side of half-depth devices
* [#5074](https://github.com/netbox-community/netbox/issues/5074) - Fix inclusion of VC member interfaces when viewing VC master
* [#5078](https://github.com/netbox-community/netbox/issues/5078) - Fix assignment of existing IP addresses to interfaces via web UI
* [#5081](https://github.com/netbox-community/netbox/issues/5081) - Fix exception during webhook processing with custom select field
---