From: Andrei Pavel Date: Fri, 14 May 2021 13:58:53 +0000 (+0300) Subject: [#1860] add ChangeLog entry X-Git-Tag: Kea-1.9.8~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ab8e332c1928882b8809b286e09d44ce53c3fe3;p=thirdparty%2Fkea.git [#1860] add ChangeLog entry --- diff --git a/ChangeLog b/ChangeLog index 02ecacd287..30fabd629b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1897. [func] andrei + More lenient option parsing can now be configured in Kea. + For now, as part of it, in the process of parsing DHCPv6 option + 16's vendor-class-data field as a set of length-value pairs, if + a length ever exceeds the rest of the option's buffer, the value + is considered to be the rest of the buffer. + 1896. [func] wlodek Perfdhcp extended to send v6 traffic from multiple networks. (Gitlab #1416)