2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[#950] Added proposed ChangeLog entry

This commit is contained in:
Francis Dupont
2020-01-23 23:43:00 +01:00
parent 566c95d3c4
commit 735fdcb6eb

View File

@@ -1,3 +1,10 @@
1705. [bug] fdupont
Modified option 43 parsing to interpret sub-option codes 0 and 255
as PAD and END when no sub-option with these codes are defined.
This adds control of illegal but common use of these reserved
code points in option 43.
(Gitlab #950)
1704. [func] fdupont
Prepared memfile lease manager to be used with multi-threading.
(Gitlab #894)