From: Thomas Markwalder Date: Wed, 30 May 2018 14:42:58 +0000 (-0400) Subject: [master] Added ChangeLog entry 1441 for Trac #5596. X-Git-Tag: trac5631_base~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3313bc92ddfec4480a11c122f82a7684ba8b2553;p=thirdparty%2Fkea.git [master] Added ChangeLog entry 1441 for Trac #5596. --- diff --git a/ChangeLog b/ChangeLog index 820ce340aa..eb85eb38f2 100644 --- 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.