summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrei Pavel <andrei@isc.org>2021-05-14 15:58:53 +0200
committerAndrei Pavel <andrei@isc.org>2021-05-19 14:59:03 +0200
commit3ab8e332c1928882b8809b286e09d44ce53c3fe3 (patch)
tree3ea869d328260c90c92c84473d1901e8f9b6a6c3 /ChangeLog
parent[#1860] document lenient option parsing (diff)
downloadkea-3ab8e332c1928882b8809b286e09d44ce53c3fe3.tar.xz
kea-3ab8e332c1928882b8809b286e09d44ce53c3fe3.zip
[#1860] add ChangeLog entry
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
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)