diff options
author | Andrei Pavel <andrei@isc.org> | 2021-05-14 15:58:53 +0200 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2021-05-19 14:59:03 +0200 |
commit | 3ab8e332c1928882b8809b286e09d44ce53c3fe3 (patch) | |
tree | 3ea869d328260c90c92c84473d1901e8f9b6a6c3 /ChangeLog | |
parent | [#1860] document lenient option parsing (diff) | |
download | kea-3ab8e332c1928882b8809b286e09d44ce53c3fe3.tar.xz kea-3ab8e332c1928882b8809b286e09d44ce53c3fe3.zip |
[#1860] add ChangeLog entry
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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) |