diff options
author | Razvan Becheriu <razvan@isc.org> | 2023-04-19 14:51:21 +0200 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2023-04-19 14:51:21 +0200 |
commit | c0dc5f954fc7b100383d82d5202dcc76f44e47c1 (patch) | |
tree | 164074dca85272fa2692411a61f6bce367fc545b /ChangeLog | |
parent | [#2794] fixed circuit id and remote id definitions (diff) | |
download | kea-c0dc5f954fc7b100383d82d5202dcc76f44e47c1.tar.xz kea-c0dc5f954fc7b100383d82d5202dcc76f44e47c1.zip |
[#2794] added ChangeLog entry
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2123. [bug] razvan + Fixed a bug which was truncating relay suboptions (circuit-id + code 1 and remote-id code 2) if the data ended in 0x0. The + option definitions have been updated from OPT_STRING_TYPE to + OPT_BINARY_TYPE. + (Gitlab #2794) + 2122. [bug] marcin Fixed a bug in the HA hook library whereby the HA service could sometimes terminate even after the partner's clock has been |