]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2835] Updated ARM and ChangeLog
authorThomas Markwalder <tmark@isc.org>
Mon, 8 May 2023 18:39:54 +0000 (14:39 -0400)
committerThomas Markwalder <tmark@isc.org>
Mon, 22 May 2023 19:30:54 +0000 (15:30 -0400)
ChangeLog
doc/sphinx/arm/dhcp6-srv.rst

index 9abdc1f1d89c0b4d70712a93ec24316d3cbf5632..77abdfba340297faaf767f7559caeab6a106802c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2136.  [func]          tmark
+       The default value, in kea-dhcp6, for preferred-lifetime is
+       now calculated as: 0.625 * valid-lifetime. This calculation
+       is also used in the event that the specified value for
+       preferred-lifetime is greater than valid-lifetime.  Prior to
+       this, the default value was 3600 seconds, and there was no
+       check against sending values greater than valid-lifetime.
+       (Gitlab #2835)
+
 2135.  [build]         tomek
        The CodeQL pipeline has been enabled on github. Developer's guide
        updated with details.
@@ -27,7 +36,6 @@
        duid (2 bytes for type and at most 128 bytes for value).
        (Gitlab #2786)
 
-
 2130.  [func]          piotrek
        Added support of DHCP Options for the Discovery of
        Network-designated Resolvers (DNR) as per draft-ietf-add-dnr.
index 28dfe0f4292114a0792ae519292f5fc750109f57..6c5c7a4c9e919edbd2abe3d32cad006849d9a743 100644 (file)
@@ -2478,6 +2478,12 @@ non-zero values - uses these values when they are between the configured
 minimum and maximum bounds. Values outside the bounds are rounded up or down as
 needed.
 
+.. note::
+
+   As of Kea 2.3.8, if the preferred-lifetime has not been explicitly specified
+   or the specified value is larger than the value of valid-lifetime, the server
+   will use the value given by 0.625 * valid-lifetime.
+
 To send specific fixed values, use the following two parameters:
 
 -  ``renew-timer`` - specifies the value of T1 in seconds.