From 3c2c7933e7f63f44b67d17b4efc2059ad5510d40 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 2 Apr 2025 15:08:45 -0400 Subject: [PATCH] Fix model documentation --- docs/models/ipam/iprange.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/models/ipam/iprange.md b/docs/models/ipam/iprange.md index b748ed1d2..208761788 100644 --- a/docs/models/ipam/iprange.md +++ b/docs/models/ipam/iprange.md @@ -29,9 +29,11 @@ The IP range's operational status. Note that the status of a range does _not_ ha !!! tip 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