summaryrefslogtreecommitdiffstats
path: root/doc/sphinx/arm/dhcp4-srv.rst
diff options
context:
space:
mode:
authorRazvan Becheriu <razvan@isc.org>2020-10-27 18:49:22 +0100
committerRazvan Becheriu <razvan@isc.org>2020-11-18 14:55:23 +0100
commit21f9a8f82ca5c6fa66ae97cbb9de8678052cb7e6 (patch)
tree3adc57116fec31dc82e0a733c19fbd21ad974f62 /doc/sphinx/arm/dhcp4-srv.rst
parent[#1405] addressed comments (diff)
downloadkea-21f9a8f82ca5c6fa66ae97cbb9de8678052cb7e6.tar.xz
kea-21f9a8f82ca5c6fa66ae97cbb9de8678052cb7e6.zip
[#1405] in-subnet is equivalent to all
Diffstat (limited to 'doc/sphinx/arm/dhcp4-srv.rst')
-rw-r--r--doc/sphinx/arm/dhcp4-srv.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst
index 4bf6bd1c98..d4a6456dc6 100644
--- a/doc/sphinx/arm/dhcp4-srv.rst
+++ b/doc/sphinx/arm/dhcp4-srv.rst
@@ -4661,7 +4661,7 @@ The correspondence of old values are:
"Dhcp4": {
"reservations-global": false,
- "reservations-in-subnet": false,
+ "reservations-in-subnet": true,
"reservations-out-of-pool": true,
...
}
@@ -4674,7 +4674,7 @@ The correspondence of old values are:
"reservations-global": false,
"reservations-in-subnet": true,
- "reservations-out-of-pool": true,
+ "reservations-out-of-pool": false,
...
}
@@ -4686,7 +4686,7 @@ To activate both ``global`` and ``all``, the following combination can be used:
"reservations-global": true,
"reservations-in-subnet": true,
- "reservations-out-of-pool": true,
+ "reservations-out-of-pool": false,
...
}