From: Thomas Markwalder Date: Wed, 6 Nov 2019 19:35:41 +0000 (-0500) Subject: [#900,!587] Added ChangeLog entry X-Git-Tag: Kea-1.6.1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b0eef579a141123ebde98d89819ca1953943659;p=thirdparty%2Fkea.git [#900,!587] Added ChangeLog entry --- diff --git a/ChangeLog b/ChangeLog index 0081f205c9..05cf995412 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +1660. [bug] tmark + Fixed a bug introduced in Kea 1.6.0 (see #539) that caused + kea-dhcp4 and kea-dhcp6 to discard inbound packets containing + string options that consist solely of nulls. The servers + will now quietly omit empty or all-null string options from + inbound packets. + (Gitlab #900) + 1659. [bug]* tmark Added logic to core code and HA hook lib to allow HA peers to detect and handle out of bandwidth socket events. This