]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3663] FIx all-keys.json files
authorThomas Markwalder <tmark@isc.org>
Mon, 16 Dec 2024 19:42:36 +0000 (14:42 -0500)
committerThomas Markwalder <tmark@isc.org>
Mon, 16 Dec 2024 19:42:36 +0000 (14:42 -0500)
Correct invalid configurations in all-keys.json files

    doc/examples/kea4/all-keys.json
    doc/examples/kea6/all-keys.json

doc/examples/kea4/all-keys.json
doc/examples/kea6/all-keys.json

index 7b44101f0b2747138aa094a623f28200940b2b1b..5ccd5869c8af263f8cb01ae0ab112ca4f5073923 100644 (file)
         "ddns-ttl-percent": 0.75,
 
         // When greater than 0 it will be used as the DNS TTL. Specified in seconds.
-        "ddns-ttl": 0,
+        // You cannot specify both ddns-ttl and any of ddns-ttl-percent, ddns-ttl-min, or
+        // ddns-ttl-max. They are mutually exclusive.
+        //"ddns-ttl": 500,
 
         // When greater than 0 it used as the lower boundary for calculated DNS TTL values.
         // Specified in seconds.
                 "ddns-ttl-percent": 0.65,
 
                 // Shared-network level value. See description at the global level.
-                "ddns-ttl": 0,
+                // You cannot specify both ddns-ttl and any of ddns-ttl-percent, ddns-ttl-min, or
+                // ddns-ttl-max. They are mutually exclusive.
+                // "ddns-ttl": 500,
 
                 // Shared-network level value. See description at the global level.
                 "ddns-ttl-min": 10000,
                         "ddns-conflict-resolution-mode": "check-with-dhcid",
 
                         // Subnet-level value. See description at the global level.
-                        "ddns-ttl-percent": 0.55,
+                        // "ddns-ttl-percent": 0.55,
 
                         // Subnet-level value. See description at the global level.
-                        "ddns-ttl": 0,
+                        // You cannot specify both ddns-ttl and any of ddns-ttl-percent, ddns-ttl-min, or
+                        // ddns-ttl-max. They are mutually exclusive.
+                        "ddns-ttl": 500,
 
                         // Subnet-evel value. See description at the global level.
-                        "ddns-ttl-min": 10000,
+                        // "ddns-ttl-min": 10000,
 
                         // Subnet-level value. See description at the global level.
-                        "ddns-ttl-max": 20000,
+                        // "ddns-ttl-max": 20000,
 
                         // Subnet-level value. See description at the global level.
                         "hostname-char-replacement": "x",
index a720a2b4a8a510615ea98e1d959ba5bb524101be..5690daf3e11c5a68721c85248799f931d2430726 100644 (file)
         "ddns-ttl-percent": 0.75,
 
         // When greater than 0 it will be used as the DNS TTL. Specified in seconds.
-        "ddns-ttl": 0,
+        // Cannot specify both ddns-ttl and any of ddns-ttl-percent, ddns-ttl-min or
+        // ddns-ttl-max. They are mutually exclusive.
+        // "ddns-ttl": 500,
 
         // When greater than 0 it used as the lower boundary for calculated DNS TTL values.
         // Specified in seconds.
                 "ddns-ttl-percent": 0.65,
 
                 // Shared-network level value. See description at the global level.
-                "ddns-ttl": 0,
+                // Cannot specify both ddns-ttl and any of ddns-ttl-percent, ddns-ttl-min or
+                // ddns-ttl-max. They are mutually exclusive.
+                // "ddns-ttl": 500,
 
                 // Shared-network level value. See description at the global level.
                 "ddns-ttl-min": 10000,
                         "ddns-conflict-resolution-mode": "check-with-dhcid",
 
                         // Subnet-level value. See description at the global level.
-                        "ddns-ttl-percent": 0.55,
+                        // "ddns-ttl-percent": 0.55,
 
-                        // Subnet-level value. See description at the global level.
-                        "ddns-ttl": 0,
+                        // "ddns-ttl": 0,
+                        // Cannot specify both ddns-ttl and any of ddns-ttl-percent, ddns-ttl-min or
+                        // ddns-ttl-max. They are mutually exclusive.
+                        "ddns-ttl": 500,
 
                         // Subnet-evel value. See description at the global level.
-                        "ddns-ttl-min": 10000,
+                        // "ddns-ttl-min": 10000,
 
                         // Subnet-level value. See description at the global level.
-                        "ddns-ttl-max": 20000,
+                        // "ddns-ttl-max": 20000,
 
                         // Subnet-level value. See description at the global level.
                         "hostname-char-replacement": "x",