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

Closes #11110: Add start_address and end_address filters for IP ranges

This commit is contained in:
jeremystretch
2023-02-17 16:50:10 -05:00
parent c36e7a1d0b
commit c031951f4b
3 changed files with 23 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
### Enhancements
* [#11110](https://github.com/netbox-community/netbox/issues/11110) - Add `start_address` and `end_address` filters for IP ranges
* [#11592](https://github.com/netbox-community/netbox/issues/11592) - Introduce `FILE_UPLOAD_MAX_MEMORY_SIZE` configuration parameter
### Bug Fixes