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

Fixes #5345: Fix non-deterministic ordering of prefixes and IP addresses

This commit is contained in:
Jeremy Stretch
2020-11-16 10:17:05 -05:00
parent 0ee4bc22e5
commit 9f8f9e8b97
2 changed files with 8 additions and 2 deletions

View File

@@ -6,6 +6,10 @@
* [#5337](https://github.com/netbox-community/netbox/issues/5337) - Add "splice" type for pass-through ports
### Bug Fixes
* [#5345](https://github.com/netbox-community/netbox/issues/5345) - Fix non-deterministic ordering of prefixes and IP addresses
---
## v2.9.9 (2020-11-09)