From: Razvan Becheriu Date: Thu, 30 Jun 2022 14:37:53 +0000 (+0300) Subject: [#2447] fixed documentation X-Git-Tag: Kea-2.2.0~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef6b154ee1807c4b82e5b330bb531a42b91bcccb;p=thirdparty%2Fkea.git [#2447] fixed documentation --- diff --git a/src/bin/dhcp4/dhcp4_hooks.dox b/src/bin/dhcp4/dhcp4_hooks.dox index 02b531efdd..b88f76b986 100644 --- a/src/bin/dhcp4/dhcp4_hooks.dox +++ b/src/bin/dhcp4/dhcp4_hooks.dox @@ -288,8 +288,8 @@ called before "subnet4_select". - @b Arguments: - name: @b query4, type: isc::dhcp::Pkt4Ptr, direction: in - - name: @b leases4, type: isc::dhcp::Leases4CollectionPtr, direction: in - - name: @b deleted_leases4, type: isc::dhcp::Leases4CollectionPtr, direction: in + - name: @b leases4, type: isc::dhcp::Lease4CollectionPtr, direction: in + - name: @b deleted_leases4, type: isc::dhcp::Lease4CollectionPtr, direction: in - @b Description: this callout is executed when the server has applied all lease changes as a result of DHCP message processing. This includes diff --git a/src/bin/dhcp6/dhcp6_hooks.dox b/src/bin/dhcp6/dhcp6_hooks.dox index ebfb2a6abf..a7afd1ae7e 100644 --- a/src/bin/dhcp6/dhcp6_hooks.dox +++ b/src/bin/dhcp6/dhcp6_hooks.dox @@ -339,8 +339,8 @@ called before "subnet6_select". - @b Arguments: - name: @b query6, type: isc::dhcp::Pkt6Ptr, direction: in - - name: @b leases6, type: isc::dhcp::Leases6CollectionPtr, direction: in - - name: @b deleted_leases6, type: isc::dhcp::Leases6CollectionPtr, direction: in + - name: @b leases6, type: isc::dhcp::Lease6CollectionPtr, direction: in + - name: @b deleted_leases6, type: isc::dhcp::Lease6CollectionPtr, direction: in - @b Description: this callout is executed when the server has applied all lease changes as a result of DHCP message