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

Fixes #5935: Fix filtering prefixes list by multiple prefix values

This commit is contained in:
Jeremy Stretch
2021-03-08 16:27:12 -05:00
parent 16a3d1339a
commit 61e5eff666
3 changed files with 14 additions and 8 deletions

View File

@ -13,6 +13,7 @@
* [#5703](https://github.com/netbox-community/netbox/issues/5703) - Fix VRF and Tenant field population when adding IP addresses from prefix
* [#5819](https://github.com/netbox-community/netbox/issues/5819) - Enable ordering of virtual machines by primary IP address
* [#5872](https://github.com/netbox-community/netbox/issues/5872) - Ordering of devices by primary IP should respect PREFER_IPV4 configuration parameter
* [#5935](https://github.com/netbox-community/netbox/issues/5935) - Fix filtering prefixes list by multiple prefix values
## v2.10.5 (2021-02-24)