]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1508] add ChangeLog entry
authorAndrei Pavel <andrei@isc.org>
Wed, 9 Dec 2020 11:20:57 +0000 (13:20 +0200)
committerAndrei Pavel <andrei@isc.org>
Wed, 9 Dec 2020 18:02:21 +0000 (20:02 +0200)
ChangeLog

index f0ac76435c3f35a01780ee23ededd67f93e25af3..6d383c035c3bd7ca74b5f21c212ee18ded889072 100644 (file)
--- 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.