]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1701] Added ChangeLog for #1701
authorMarcin Siodelski <marcin@isc.org>
Wed, 17 Feb 2021 12:16:23 +0000 (13:16 +0100)
committerMarcin Siodelski <marcin@isc.org>
Fri, 19 Feb 2021 09:48:40 +0000 (10:48 +0100)
ChangeLog

index 19a86b7c6193bf9f08ae161f9dca07ef7720a610..799fadd54bb46b2d8fe5071cac0b230fd8c5ea71 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+1866.  [func]          marcin
+       Added new log messages issued when a dynamic lease allocation
+       fails. The new messages provide comprehensive information about
+       the circumstances in which the failure occurred. In particular,
+       they state whether the client is connected to a shared network
+       or not. If it is, the shared network name is provided. Otherwise,
+       the client's subnet id is logged. The new messages also include
+       a list of subnets from which the server attempted to assign
+       leases. For each subnet, it logs whether any pools were available
+       or not.
+       (Gitlab #1701)
+
 1865.  [func]          razvan
        Implemented the Run Script hooks library which can be used to
        run external scripts for specific packet processing hook points.