summaryrefslogtreecommitdiffstats
path: root/doc/examples
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2023-03-09 18:29:10 +0100
committerFrancis Dupont <fdupont@isc.org>2023-03-13 14:52:20 +0100
commit5b8e4c6da6e1538894f95dbdc81262c8b71701df (patch)
tree3f524e4061f002c4c7a6cc8afe50ab3393920af4 /doc/examples
parent[#720] Regen lex and parser (diff)
downloadkea-5b8e4c6da6e1538894f95dbdc81262c8b71701df.tar.xz
kea-5b8e4c6da6e1538894f95dbdc81262c8b71701df.zip
[#720] Moved to compatibility flag
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/kea4/all-keys.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/examples/kea4/all-keys.json b/doc/examples/kea4/all-keys.json
index 7cd6751c3d..ee29cbf146 100644
--- a/doc/examples/kea4/all-keys.json
+++ b/doc/examples/kea4/all-keys.json
@@ -123,7 +123,13 @@
// Parse options more leniently where fields can be deduced
// deterministically even if against RFC or common practice.
- "lenient-option-parsing": true
+ "lenient-option-parsing": true,
+
+ // Boolean flag indicating whether or not .0 and .255 addresses
+ // must be considered as never free in subnets with prefix length
+ // less than 24. The default is false as these addresses are not
+ // special: only the first and the last addresses are.
+ "exclude-first-last-24": false
},
// Command control socket configuration parameters for Kea DHCPv4 server.