From: Marcin Siodelski Date: Tue, 17 May 2022 12:58:37 +0000 (+0200) Subject: [#2409] Corrected ChangeLog per review comments X-Git-Tag: Kea-2.1.6~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=31cb22c4eac5bd74cef1c42b2b6c1634e2780be4;p=thirdparty%2Fkea.git [#2409] Corrected ChangeLog per review comments --- diff --git a/ChangeLog b/ChangeLog index aed8c11b86..e261f31066 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,11 @@ 2017. [bug] marcin - Corrected a bug in the allocation engine, causing it to write - an allocated lease under the wrong subnet id within a shared - network. It happened when a client had a reservation for a - lease already allocated to another client. In that case, a - lease allocated vicariously from another subnet could be - written under a wrong subnet id. + Corrected a bug in the allocation engine which caused it + to write an allocated lease under the wrong subnet id + within a shared network. This was occurring when multiple + clients match the same fixed address reservation. The first + client is assigned the fixed address while a subsequent + client is then given a dynamically allocated address from + a different subnet in the shared-network. (Gitlab #2409) 2016. [doc] fdupont