diff options
author | Thomas Markwalder <tmark@isc.org> | 2023-03-21 19:59:52 +0100 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2023-03-24 17:50:00 +0100 |
commit | 1880494948a07fb8b790e01a0fcf1fbb6d8c6a3c (patch) | |
tree | e85f4b6f12057e38067e2d5775a19d01469ce99a /doc/examples | |
parent | [#225] Added ddsn-ttl-percent parameter (diff) | |
download | kea-1880494948a07fb8b790e01a0fcf1fbb6d8c6a3c.tar.xz kea-1880494948a07fb8b790e01a0fcf1fbb6d8c6a3c.zip |
[#225] Updated arm
doc/sphinx/arm/dhcp4-srv.rst
doc/sphinx/arm/dhcp4-srv.rst
updated DDNS parameter doc
Added a ChangeLog entry
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/kea4/all-keys.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/examples/kea4/all-keys.json b/doc/examples/kea4/all-keys.json index 6d6375893e..cfdc08bd62 100644 --- a/doc/examples/kea4/all-keys.json +++ b/doc/examples/kea4/all-keys.json @@ -776,7 +776,7 @@ "ddns-use-conflict-resolution": true, // Shared network level value. See description at the global level. - "ddns-ttl-percent": 0.75, + "ddns-ttl-percent": 0.65, // Shared network level value. See description at the global level. "hostname-char-replacement": "x", @@ -918,7 +918,7 @@ "ddns-use-conflict-resolution": true, // Subnet level value. See description at the global level. - "ddns-ttl-percent": 0.75, + "ddns-ttl-percent": 0.55, // Subnet level value. See description at the global level. "hostname-char-replacement": "x", |