From: Razvan Becheriu Date: Wed, 18 Nov 2020 12:21:03 +0000 (+0200) Subject: [#1405] addressed comments X-Git-Tag: Kea-1.9.2~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecc8a1e215e1e9757dd1c4215309f7c3efe06bfe;p=thirdparty%2Fkea.git [#1405] addressed comments --- diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst index 732129484f..19340e8ef8 100644 --- a/doc/sphinx/arm/dhcp4-srv.rst +++ b/doc/sphinx/arm/dhcp4-srv.rst @@ -4729,18 +4729,6 @@ Note that enabling ``out-of-pool`` and disabling ``in-subnet`` at the same time is not recommended because ``out-of-pool`` is about host reservations in a subnet which are fetched only when the ``in-subnet`` flag is true. -For this reason, the ``in-subnet`` must not be disabled or it can be enabled -explicitly when ``out-of-pool`` is enabled. - -:: - - "Dhcp4": { - - "reservations-in-subnet": true, - "reservations-out-of-pool": true, - ... - } - The parameter can be specified at global, subnet, and shared-network levels. diff --git a/doc/sphinx/arm/dhcp6-srv.rst b/doc/sphinx/arm/dhcp6-srv.rst index e410486cd3..85ddb18aa5 100644 --- a/doc/sphinx/arm/dhcp6-srv.rst +++ b/doc/sphinx/arm/dhcp6-srv.rst @@ -4175,18 +4175,6 @@ Note that enabling ``out-of-pool`` and disabling ``in-subnet`` at the same time is not recommended because ``out-of-pool`` is about host reservations in a subnet which are fetched only when the ``in-subnet`` flag is true. -For this reason, the ``in-subnet`` must not be disabled or it can be enabled -explicitly when ``out-of-pool`` is enabled. - -:: - - "Dhcp6": { - - "reservations-in-subnet": true, - "reservations-out-of-pool": true, - ... - } - The parameter can be specified at global, subnet, and shared-network levels.