Typo in IPRange model #16027
Labels
severity: low
Does not significantly disrupt application functionality, or a workaround is available
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
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 ...".
netbox/netbox/ipam/models/ip.py
Lines 573 to 579 in 195dbae
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})
The text was updated successfully, but these errors were encountered: