diff options
author | Piotrek Zadroga <piotrek@isc.org> | 2023-09-18 18:53:21 +0200 |
---|---|---|
committer | Piotrek Zadroga <piotrek@isc.org> | 2023-09-18 19:20:28 +0200 |
commit | 3d69f66c049444ee66471c9e1e8599b52ffb24bc (patch) | |
tree | 977e03dafaec99a36d810afea0c2aa162538e3eb /ChangeLog | |
parent | [#3038] ChangeLog update (diff) | |
download | kea-3d69f66c049444ee66471c9e1e8599b52ffb24bc.tar.xz kea-3d69f66c049444ee66471c9e1e8599b52ffb24bc.zip |
[#3038] addressed review comments
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ 2177. [func] piotrek Implemented new DHCPv4 hook point "lease4_offer". - The callout is executed after the server has - received the DHCPDISCOVER and the DHCPOFFER is yet - to be sent back to the client. + The callout is executed after the server has received + the DHCPDISCOVER and the DHCPOFFER has been constructed + but not yet sent to the client. (Gitlab #3038, #3063) 2176. [doc] piotrek, razvan |