Typo in IPRange model #9619

Closed
opened 2025-12-29 21:19:49 +01:00 by adam · 0 comments
Owner

Originally created by @grncbg on GitHub (May 8, 2024).

Originally assigned to: @grncbg on GitHub.

Deployment Type

Self-hosted

NetBox Version

v4.0.0

Python Version

3.10

Steps to Reproduce

The error message is defined as "Ending address must be lower than ...", but I think the correct definition is "Ending address must be greater than ...".
195dbaed00/netbox/ipam/models/ip.py (L573-L579)

Expected Behavior

Ending address must be greater than the starting address ({start_address})

Observed Behavior

Ending address must be lower than the starting address ({start_address})

Originally created by @grncbg on GitHub (May 8, 2024). Originally assigned to: @grncbg on GitHub. ### Deployment Type Self-hosted ### NetBox Version v4.0.0 ### Python Version 3.10 ### Steps to Reproduce The error message is defined as "Ending address must be **lower** than ...", but I think the correct definition is "Ending address must be **greater** than ...". https://github.com/netbox-community/netbox/blob/195dbaed000edd7f832695b17b7a10329fbed57f/netbox/ipam/models/ip.py#L573-L579 ### Expected Behavior Ending address must be greater than the starting address ({start_address}) ### Observed Behavior Ending address must be lower than the starting address ({start_address})
adam added the type: bugstatus: acceptedseverity: low labels 2025-12-29 21:19:49 +01:00
adam closed this issue 2025-12-29 21:19:50 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#9619