Allow creating IP range with 1 IP #6276

Closed
opened 2025-12-29 19:38:50 +01:00 by adam · 1 comment
Owner

Originally created by @PTarakanov on GitHub (Mar 31, 2022).

NetBox version

v3.1.2

Python version

3.9

Steps to Reproduce

  1. Create IP range with same start and end address

Expected Behavior

Create new IP range with one IP

Observed Behavior

Error: Ending address must be lower than the starting address

By the way, think that message should be "Ending address must be higher than the starting address"

Originally created by @PTarakanov on GitHub (Mar 31, 2022). ### NetBox version v3.1.2 ### Python version 3.9 ### Steps to Reproduce 1. Create IP range with same start and end address ### Expected Behavior Create new IP range with one IP ### Observed Behavior Error: Ending address must be lower than the starting address By the way, think that message should be "Ending address must be **higher** than the starting address"
adam closed this issue 2025-12-29 19:38:50 +01:00
Author
Owner

@jeremystretch commented on GitHub (Mar 31, 2022):

Create new IP range with one IP

As a range by definition requires two values, this is of course not allowed. You can instead create a single IP address.

@jeremystretch commented on GitHub (Mar 31, 2022): > Create new IP range with one IP As a range by definition requires two values, this is of course not allowed. You can instead create a single IP address.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#6276