mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 02:48:38 -06:00
Fix model documentation
This commit is contained in:
parent
70f5914469
commit
3c2c7933e7
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user