From: Francis Dupont Date: Mon, 11 Jan 2021 15:10:06 +0000 (+0100) Subject: [(no branch, rebasing 1418-implement-in-kea-the-dhcp-cache-threshold-idea-full)]... X-Git-Tag: Kea-1.9.4~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b57f96621e2a67f0f73cf75076d88f6078c36744;p=thirdparty%2Fkea.git [(no branch, rebasing 1418-implement-in-kea-the-dhcp-cache-threshold-idea-full)] Updated lease cache ChangeLog entry --- diff --git a/ChangeLog b/ChangeLog index abdeae0141..473b4249af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +1854. [func, perf] fdupont + Implemented "lease caching", a feature similar to ISC + DHCP's dhcp-cache-threshold. Lease caching is configured + through two new parameters: cache-max-age and cache-threshold, + and is supported by both kea-dhcp4 and kea-dhcp6. When enabled, + lease-caching allows the server to skip updating lease storage, + when a client is requesting it's own pre-existing lease whose + age falls under the cache threshold and for which there are no + substantive changes to lease values such as the hostname. + (Gitlab #1418) + 1853. [func] fdupont Populated the space field of option definitions. This solved reported bugs where a specific standard option processing