From: Marcin Siodelski Date: Wed, 17 Feb 2021 12:16:23 +0000 (+0100) Subject: [#1701] Added ChangeLog for #1701 X-Git-Tag: Kea-1.9.5~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b47beac2115ccee18e5b6f8a49f6807b5c2b27ec;p=thirdparty%2Fkea.git [#1701] Added ChangeLog for #1701 --- diff --git a/ChangeLog b/ChangeLog index 19a86b7c61..799fadd54b 100644 --- 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.