]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3663] Fix kea4/all-keys.json
authorThomas Markwalder <tmark@isc.org>
Tue, 17 Dec 2024 12:18:26 +0000 (07:18 -0500)
committerThomas Markwalder <tmark@isc.org>
Tue, 17 Dec 2024 12:18:26 +0000 (07:18 -0500)
Apparently a comment must have a space following the two
slashes or it isn't a comment.

doc/examples/kea4/all-keys.json

index 5ccd5869c8af263f8cb01ae0ab112ca4f5073923..4af0507cd58ed4dedeec153ebc6e247f49ab9628 100644 (file)
         // When greater than 0 it will be used as the DNS TTL. Specified in seconds.
         // 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,
+        // "ddns-ttl": 500,
 
         // When greater than 0 it used as the lower boundary for calculated DNS TTL values.
         // Specified in seconds.