]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2595] Updated all-keys.json files
authorFrancis Dupont <fdupont@isc.org>
Sun, 16 Oct 2022 23:14:49 +0000 (01:14 +0200)
committerFrancis Dupont <fdupont@isc.org>
Tue, 18 Oct 2022 20:59:06 +0000 (22:59 +0200)
doc/examples/kea4/all-keys.json
doc/examples/kea6/all-keys.json

index ae578b079a720fd87b35e5397f47a44fe464c3bb..3ec9849a6feafdd5bdd417ae79c19025d0e469c1 100644 (file)
             // 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
index c9e251210d7da08493ba381a3795b9378625cf22..5baaaa71c2505bb0b5f04a8b71f6073d8588c806 100644 (file)
             // 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.