]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2409] Corrected ChangeLog per review comments
authorMarcin Siodelski <marcin@isc.org>
Tue, 17 May 2022 12:58:37 +0000 (14:58 +0200)
committerMarcin Siodelski <marcin@isc.org>
Tue, 17 May 2022 13:11:23 +0000 (15:11 +0200)
ChangeLog

index aed8c11b86b3d6a30ae75fe5fbfd053653c7b7eb..e261f31066c7a3835f10529484cea8cf198f8437 100644 (file)
--- 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