From: Razvan Becheriu Date: Thu, 19 Nov 2020 17:15:25 +0000 (+0200) Subject: [#1550] addressed comments X-Git-Tag: Kea-1.9.2~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b95a522bea669e0df198d27094c032109086c9af;p=thirdparty%2Fkea.git [#1550] addressed comments --- diff --git a/ChangeLog b/ChangeLog index e5249e951d..3de65429b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ 1830. [bug] razvan Fixed the DHCPv6 server implementation of out-of-pool flag to - honor the definition. The in pool reservations search is now + match the DHCPv4 one. The in pool reservations search is now skipped and the reserved addresses are no longer assigned to the clients, but can be assigned dynamically to any client. (Gitlab #1550)