+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.
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.
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.