]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2780] Added ChangeLog for #2780
authorMarcin Siodelski <msiodelski@gmail.com>
Wed, 22 Mar 2023 13:53:23 +0000 (14:53 +0100)
committerMarcin Siodelski <msiodelski@gmail.com>
Wed, 29 Mar 2023 12:45:11 +0000 (14:45 +0200)
ChangeLog

index 1f3d153adf58d0213bc7ece49970577cd80b83b9..a1edf601fda96137792aec0913c585983359749d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2121.  [func]          marcin
+       Implemented Free Lease Queue allocator. It can be used for
+       address assignment in DHCPv4 and prefix delegation in DHCPv6.
+       The allocator is suitable when the DHCP servers work with
+       nearly depleted pools, and the time to find an available
+       lease becomes long with other allocators. The new allocator,
+       however, slows down the server startup and reconfiguration.
+       It also uses more memory.
+       (Gitlab #2780, #2764)
+
 Kea 2.3.6 (development) released on March 29, 2023
 
 2120.  [build]         razvan