summaryrefslogtreecommitdiffstats
path: root/doc/examples/kea6
diff options
context:
space:
mode:
authorAndrei Pavel <andrei@isc.org>2021-05-14 16:14:05 +0200
committerAndrei Pavel <andrei@isc.org>2021-05-19 14:59:03 +0200
commit5329d68c4cbfb586603157b3755fab2faee80752 (patch)
treee8dd98be905f35f337ea995ecfa5eef649c0db85 /doc/examples/kea6
parent[#1860] unit tests for lenient option parsing (diff)
downloadkea-5329d68c4cbfb586603157b3755fab2faee80752.tar.xz
kea-5329d68c4cbfb586603157b3755fab2faee80752.zip
[#1860] document lenient option parsing
Diffstat (limited to 'doc/examples/kea6')
-rw-r--r--doc/examples/kea6/all-keys.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/examples/kea6/all-keys.json b/doc/examples/kea6/all-keys.json
index bde412bcb4..694942af62 100644
--- a/doc/examples/kea6/all-keys.json
+++ b/doc/examples/kea6/all-keys.json
@@ -51,6 +51,14 @@
}
],
+ // Parameters for triggering behaviors compatible with broken or
+ // non-compliant clients, relays or other agents
+ "compatibility": {
+ // Parse options more leniently where fields can be deduced
+ // deterministically even if against RFC or common practice.
+ "lenient-option-parsing": true
+ },
+
// Command control socket configuration parameters for Kea DHCPv6 server.
"control-socket": {
// Location of the unix domain socket file the DHCPv6 server uses