]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1090] ChangeLog updated
authorTomek Mrugalski <tomasz@isc.org>
Mon, 10 Feb 2020 14:11:46 +0000 (15:11 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Mon, 10 Feb 2020 14:11:46 +0000 (15:11 +0100)
ChangeLog

index 832958ee3fe07d01ae321f550d4bf13c8ca8283e..c5ef9c7f69b2a6aafe8ab4a52e62be2214fa0266 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+1720.  [func]*         tomek
+       The next step status in pkt4_send hook point now is able to
+       distinguish between SKIP (Kea will skip packing the packet with
+       the assumption that a hook already did that) and DROP (Kea will
+       drop the packet). Previously both SKIP and DROP were interpreted
+       as skip packing.
+       (Gitlab #1090)
+
 1719.  [func]          razvan
        Prepared CalloutManager to be used in multi-threading by moving
        the current library index and hook index to the CallbackHandle.