From: Tomek Mrugalski Date: Mon, 10 Feb 2020 14:11:46 +0000 (+0100) Subject: [#1090] ChangeLog updated X-Git-Tag: Kea-1.7.5~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24e7b45ce2ee837132fec39fc0f87ddbe0321b59;p=thirdparty%2Fkea.git [#1090] ChangeLog updated --- diff --git a/ChangeLog b/ChangeLog index 832958ee3f..c5ef9c7f69 100644 --- 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.