You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following Netbox issue netbox-community/netbox#17339 mentions writing custom validators for overlapping range before creating an IP address but no example is provided.
The text was updated successfully, but these errors were encountered:
jean1
added a commit
to jean1/customizations
that referenced
this issue
Feb 4, 2025
As suggested in issue netbox-community#113, provide custom validators that check for
overlaps between IP ranges and IP addresses:
- CheckAddressNotInRange, which validates that an IP address is not in any
existing IP range,
- CheckRangeDoesNotIncludeAddress, which validates than an IP Range
does not include any existing IP address.
The following Netbox issue netbox-community/netbox#17339 mentions writing custom validators for overlapping range before creating an IP address but no example is provided.
The text was updated successfully, but these errors were encountered: