Fix model documentation

This commit is contained in:
Jeremy Stretch 2025-04-02 15:08:45 -04:00
parent 70f5914469
commit 3c2c7933e7

View File

@ -29,9 +29,11 @@ The IP range's operational status. Note that the status of a range does _not_ ha
!!! tip !!! tip
Additional statuses may be defined by setting `IPRange.status` under the [`FIELD_CHOICES`](../../configuration/data-validation.md#field_choices) configuration parameter. Additional statuses may be defined by setting `IPRange.status` under the [`FIELD_CHOICES`](../../configuration/data-validation.md#field_choices) configuration parameter.
### Mark Reserved ### Mark Populated
If enabled, NetBox will prevent the creation of IP addresses which fall within the declared range (and assigned VRF, if any). !!! note "This field was added in NetBox v4.3."
If enabled, NetBox will treat this IP range as being fully populated when calculating available IP space. It will also prevent the creation of IP addresses which fall within the declared range (and assigned VRF, if any).
### Mark Utilized ### Mark Utilized