]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1405] addressed comments
authorRazvan Becheriu <razvan@isc.org>
Wed, 18 Nov 2020 12:21:03 +0000 (14:21 +0200)
committerRazvan Becheriu <razvan@isc.org>
Wed, 18 Nov 2020 13:55:24 +0000 (15:55 +0200)
doc/sphinx/arm/dhcp4-srv.rst
doc/sphinx/arm/dhcp6-srv.rst

index 732129484f92ee7fcc3b0183c8a19e59c2493202..19340e8ef83c1c78b7e4e5a8de66f29065316a4f 100644 (file)
@@ -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.
 
index e410486cd3998188b48ec4f22a1c5876f2a013a9..85ddb18aa5a2db7cd89c4c7a620cc272fe33c3dc 100644 (file)
@@ -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.