summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2022-10-17 01:14:49 +0200
committerFrancis Dupont <fdupont@isc.org>2022-10-18 22:59:06 +0200
commitfb431048b2eecf3456077ca639b3333f98411434 (patch)
tree117f3c68b114efbe6a9242964d40950b0ba0c182
parent[#2595] Finished (diff)
downloadkea-fb431048b2eecf3456077ca639b3333f98411434.tar.xz
kea-fb431048b2eecf3456077ca639b3333f98411434.zip
[#2595] Updated all-keys.json files
-rw-r--r--doc/examples/kea4/all-keys.json12
-rw-r--r--doc/examples/kea6/all-keys.json12
2 files changed, 22 insertions, 2 deletions
diff --git a/doc/examples/kea4/all-keys.json b/doc/examples/kea4/all-keys.json
index ae578b079a..3ec9849a6f 100644
--- a/doc/examples/kea4/all-keys.json
+++ b/doc/examples/kea4/all-keys.json
@@ -661,7 +661,17 @@
// to "fix" but delete the lease if no suitable subnet found),
// "del" (delete the lease if the lease has invalid subnet
// identifier value).
- "lease-checks": "warn"
+ "lease-checks": "warn",
+
+ // Specifies how Kea DHCPv4 server should behave when invalid
+ // extended info is read for a lease from the lease file, or
+ // whether to upgrade from old format. The following values
+ // are supported "none" (don't attempt to correct or upgrade
+ // the extended info), "fix" (fix common inconsistencies and
+ // upgrade from old format, this is the default), "strict"
+ // (fix inconsistencies with an impact on Lease Query),
+ // "pedantic" (enforce full Kea code format).
+ "extended-info-checks": "fix"
},
// List of shared networks used by Kea DHCPv4 server. The shared
diff --git a/doc/examples/kea6/all-keys.json b/doc/examples/kea6/all-keys.json
index c9e251210d..5baaaa71c2 100644
--- a/doc/examples/kea6/all-keys.json
+++ b/doc/examples/kea6/all-keys.json
@@ -601,7 +601,17 @@
// to "fix" but delete the lease if no suitable subnet found),
// "del" (delete the lease if the lease has invalid subnet
// identifier value).
- "lease-checks": "warn"
+ "lease-checks": "warn",
+
+ // Specifies how Kea DHCPv4 server should behave when invalid
+ // extended info is read for a lease from the lease file, or
+ // whether to upgrade from old format. The following values
+ // are supported "none" (don't attempt to correct or upgrade
+ // the extended info), "fix" (fix common inconsistencies and
+ // upgrade from old format, this is the default), "strict"
+ // (fix inconsistencies with an impact on Lease Query),
+ // "pedantic" (enforce full Kea code format).
+ "extended-info-checks": "fix"
},
// Custom DUID used by the DHCPv6 server.