]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Added ChangeLog entry 1441 for Trac #5596.
authorThomas Markwalder <tmark@isc.org>
Wed, 30 May 2018 14:42:58 +0000 (10:42 -0400)
committerThomas Markwalder <tmark@isc.org>
Wed, 30 May 2018 14:42:58 +0000 (10:42 -0400)
ChangeLog

index 820ce340aa12b002340055fe9f5e49e5a541313e..eb85eb38f213b4a9c2c68910a4657cbcedc2a5cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+1414.  [bug]           tmark
+       kea-dhcp4 parsing now treats renew-timer and rebind-timer
+       as optional with no defaults. The logic for sending them
+       to the client was changed to: send rebind-timer only
+       when it is less than the lease lifetime; and send renew-timer
+       only when it less than either the rebind-timer if specified,
+       or lease lifetime in the absence of rebind-timer.
+       (Trac #5596, git 38426e16ec04a786e35a65d27cbcb7dbabfe79b5)
+
 1413.  [func]          fdupont
        Removed getAll, get4 and get6 methods using both hardware address
        and DUID from host backend (aka host data source) APIs.