From a180dd9911e8b6cfda1741eca8c5b0a50f2b8e03 Mon Sep 17 00:00:00 2001 From: Andrei Pavel Date: Thu, 29 Jun 2023 15:17:36 +0300 Subject: [PATCH] [#2892] fix docs about exclude-first-last-24 --- doc/sphinx/arm/dhcp4-srv.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst index 296b9e11bd..47e4812681 100644 --- a/doc/sphinx/arm/dhcp4-srv.rst +++ b/doc/sphinx/arm/dhcp4-srv.rst @@ -1354,8 +1354,8 @@ values of x and y, even though only 10.0.0.0 and 10.255.255.255 must be excluded according to RFC standards. The ``exclude-first-last-24`` configuration compatibility flag (:ref:`dhcp4-compatibility`) does this automatically, rather than requiring explicit configuration of many pools or -reservations for fake hosts. When ``true``, it applies only to subnets -with prefix lengths less than 24 bits; the default is ``false``. +reservations for fake hosts. When ``true``, it applies only to subnets of +24 prefix length or smaller i.e. larger address space; the default is ``false``. In this case, "exclude" means to skip these addresses in the free address pickup routine of the allocation engine; if a client explicitly requests or @@ -8024,12 +8024,12 @@ and include incorrect Link Selection information. } } -Exclude First Last Addresses in Subnets Bigger Than /24 -------------------------------------------------------- +Exclude First Last Addresses in /24 Subnets or Larger +----------------------------------------------------- The ``exclude-first-last-24`` compatibility flag is described in :ref:`dhcp4-address-config` (when true .0 and .255 addresses are excluded -from subnets with prefix length less than 24). +from subnets with prefix length less than or equal to 24). .. _dhcp4_allocation_strategies: -- 2.47.2