]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2447] fixed documentation
authorRazvan Becheriu <razvan@isc.org>
Thu, 30 Jun 2022 14:37:53 +0000 (17:37 +0300)
committerRazvan Becheriu <razvan@isc.org>
Thu, 30 Jun 2022 14:37:53 +0000 (17:37 +0300)
src/bin/dhcp4/dhcp4_hooks.dox
src/bin/dhcp6/dhcp6_hooks.dox

index 02b531efdd63a939d25d8593afc4dabd0bdd7c34..b88f76b986b25d4197397b0bc2cb1b093b0d348a 100644 (file)
@@ -288,8 +288,8 @@ called before "subnet4_select".
 
  - @b Arguments:
    - name: @b query4, type: isc::dhcp::Pkt4Ptr, direction: <b>in</b>
-   - name: @b leases4, type: isc::dhcp::Leases4CollectionPtr, direction: <b>in</b>
-   - name: @b deleted_leases4, type: isc::dhcp::Leases4CollectionPtr, direction: <b>in</b>
+   - name: @b leases4, type: isc::dhcp::Lease4CollectionPtr, direction: <b>in</b>
+   - name: @b deleted_leases4, type: isc::dhcp::Lease4CollectionPtr, direction: <b>in</b>
 
  - @b Description: this callout is executed when the server has applied all
    lease changes as a result of DHCP message processing. This includes
index ebfb2a6abfad5adc59d28c35a8f75f72c047345d..a7afd1ae7e80d96784613c1a7d5c7a1fc75a09a9 100644 (file)
@@ -339,8 +339,8 @@ called before "subnet6_select".
 
  - @b Arguments:
    - name: @b query6, type: isc::dhcp::Pkt6Ptr, direction: <b>in</b>
-   - name: @b leases6, type: isc::dhcp::Leases6CollectionPtr, direction: <b>in</b>
-   - name: @b deleted_leases6, type: isc::dhcp::Leases6CollectionPtr, direction: <b>in</b>
+   - name: @b leases6, type: isc::dhcp::Lease6CollectionPtr, direction: <b>in</b>
+   - name: @b deleted_leases6, type: isc::dhcp::Lease6CollectionPtr, direction: <b>in</b>
 
  - @b Description: this callout is executed when the server has
    applied all lease changes as a result of DHCP message