From: Andrei Pavel Date: Wed, 9 Dec 2020 11:20:57 +0000 (+0200) Subject: [#1508] add ChangeLog entry X-Git-Tag: Kea-1.9.3~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07a5d7eec487c2ba0563ce2d88d36d957eb6487c;p=thirdparty%2Fkea.git [#1508] add ChangeLog entry --- diff --git a/ChangeLog b/ChangeLog index f0ac76435c..6d383c035c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +1843. [func] andrei + Allow perfdhcp to request options via option 55 PRL. perfdhcp + adds option 55 with a few requested options by default so in + order to allow `perfdhcp -o 55,abcd` special logic to merge all + the buffers of option 55 was implemented. Works with multiple + `-o` arguments. + (Gitlab #1508) + 1842. [func] razvan Fixed the db connection reconnect implemenation to honor each connection backend configuration. The most important @@ -35,7 +43,7 @@ set the TTL to equal to the lease's valid life time. (Gitlab #936) -1838. [bug] fdupont +1838. [bug] fdupont The DHCPv6 sent multiple instances of an option or a sub-option when it seems to be requested more than once directly by the client or using the always-send flag.