diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/kea4/all-keys.json | 10 | ||||
-rw-r--r-- | doc/examples/kea6/all-keys.json | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/doc/examples/kea4/all-keys.json b/doc/examples/kea4/all-keys.json index 005438ecb0..6d6375893e 100644 --- a/doc/examples/kea4/all-keys.json +++ b/doc/examples/kea4/all-keys.json @@ -214,6 +214,10 @@ // It may be specified at the global, shared-network and subnet levels. "ddns-use-conflict-resolution": true, + // When greater than 0.0, it is the percent of the lease's lifetime + // to use for the DNS TTL. + "ddns-ttl-percent": 0.75, + // Time in seconds specifying how long a declined lease should be // excluded from DHCP assignments. The default value is 24 hours. "decline-probation-period": 86400, @@ -772,6 +776,9 @@ "ddns-use-conflict-resolution": true, // Shared network level value. See description at the global level. + "ddns-ttl-percent": 0.75, + + // Shared network level value. See description at the global level. "hostname-char-replacement": "x", // Shared network level value. See description at the global level. @@ -911,6 +918,9 @@ "ddns-use-conflict-resolution": true, // Subnet level value. See description at the global level. + "ddns-ttl-percent": 0.75, + + // Subnet level value. See description at the global level. "hostname-char-replacement": "x", // Subnet level value. See description at the global level. diff --git a/doc/examples/kea6/all-keys.json b/doc/examples/kea6/all-keys.json index 74c7a60f8c..83c2449f7c 100644 --- a/doc/examples/kea6/all-keys.json +++ b/doc/examples/kea6/all-keys.json @@ -164,6 +164,10 @@ // It may be specified at the global, shared-network and subnet levels. "ddns-use-conflict-resolution": true, + // When greater than 0.0, it is the percent of the lease's lifetime + // to use for the DNS TTL. + "ddns-ttl-percent": 0.75, + // Time in seconds specifying how long a declined lease should be // excluded from DHCP assignments. The default value is 24 hours. "decline-probation-period": 86400, @@ -713,6 +717,9 @@ "ddns-use-conflict-resolution": true, // Shared network level value. See description at the global level. + "ddns-ttl-percent": 0.65, + + // Shared network level value. See description at the global level. "hostname-char-replacement": "x", // Shared network level value. See description at the global level. @@ -844,6 +851,9 @@ "ddns-use-conflict-resolution": true, // Subnet level value. See description at the global level. + "ddns-ttl-percent": 0.55, + + // Subnet level value. See description at the global level. "hostname-char-replacement": "x", // Subnet level value. See description at the global level. |