summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2024-12-16 20:42:36 +0100
committerThomas Markwalder <tmark@isc.org>2024-12-16 20:42:36 +0100
commitf7498e2752dc89d13ee941539dd49fa61ff0c577 (patch)
tree2730e403f1fc705c14dc243c25c0bced58570db0
parent[#3663] Add ddns ttl columns to pgsql schema (diff)
downloadkea-f7498e2752dc89d13ee941539dd49fa61ff0c577.tar.xz
kea-f7498e2752dc89d13ee941539dd49fa61ff0c577.zip
[#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
-rw-r--r--doc/examples/kea4/all-keys.json18
-rw-r--r--doc/examples/kea6/all-keys.json20
2 files changed, 25 insertions, 13 deletions
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",