]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2835] Addressed review comment
authorThomas Markwalder <tmark@isc.org>
Mon, 22 May 2023 19:25:35 +0000 (15:25 -0400)
committerThomas Markwalder <tmark@isc.org>
Mon, 22 May 2023 19:31:16 +0000 (15:31 -0400)
src/lib/dhcpsrv/parsers/simple_parser6.cc

index 5515f4e423379055df5fc5dbe6386ba7f5eebae0..12303307e7cf9b0a936871b4ea8bf4662820e263 100644 (file)
@@ -111,7 +111,7 @@ const SimpleKeywords SimpleParser6::GLOBAL6_PARAMETERS = {
 /// in Dhcp6) are optional. If not defined, the following values will be
 /// used.
 const SimpleDefaults SimpleParser6::GLOBAL6_DEFAULTS = {
-    // { "preferred-lifetime",               Element::integer, "3600" }, unspecified
+    // preferred-lifetime is unspecified and defaults to 0.625 of valid-lifetime.
     { "valid-lifetime",                   Element::integer, "7200" },
     { "decline-probation-period",         Element::integer, "86400" }, // 24h
     { "dhcp4o6-port",                     Element::integer, "0" },