summaryrefslogtreecommitdiffstats
path: root/doc/examples/kea6/all-keys.json
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/kea6/all-keys.json')
-rw-r--r--doc/examples/kea6/all-keys.json20
1 files changed, 13 insertions, 7 deletions
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",