From: Thomas Markwalder Date: Mon, 16 Dec 2024 19:42:36 +0000 (-0500) Subject: [#3663] FIx all-keys.json files X-Git-Tag: Kea-2.7.6~66 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=f7498e2752dc89d13ee941539dd49fa61ff0c577;p=thirdparty%2Fkea.git [#3663] FIx all-keys.json files Correct invalid configurations in all-keys.json files doc/examples/kea4/all-keys.json doc/examples/kea6/all-keys.json --- diff --git a/doc/examples/kea4/all-keys.json b/doc/examples/kea4/all-keys.json index 7b44101f0b..5ccd5869c8 100644 --- a/doc/examples/kea4/all-keys.json +++ b/doc/examples/kea4/all-keys.json @@ -345,7 +345,9 @@ "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. @@ -907,7 +909,9 @@ "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, @@ -1053,16 +1057,18 @@ "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", diff --git a/doc/examples/kea6/all-keys.json b/doc/examples/kea6/all-keys.json index a720a2b4a8..5690daf3e1 100644 --- a/doc/examples/kea6/all-keys.json +++ b/doc/examples/kea6/all-keys.json @@ -296,7 +296,9 @@ "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. @@ -850,7 +852,9 @@ "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, @@ -988,16 +992,18 @@ "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",