typo in developer docs
(transcribed from email)
I was looking on the kea hooks developer documentation and I think I found an error:
https://reports.kea.isc.org/dev_guide/de/df3/dhcpv4Hooks.html leases4_committed
Arguments: name: query4, type: isc::dhcp::Pkt4Ptr, direction: in name: leases4, type: isc::dhcp::Leases4CollectionPtr, direction: in name: deleted_leases4, type: isc::dhcp::Leases4CollectionPtr, direction: in Leases4CollectionPtr is missing link to namespace reference. When I looked through the reference I found that the datatype is Lease4CollectionPtr, not Leases4CollectionPtr. Took me a while to find it because searching Leases4CollectionPtr showed nothing.
Thought I should notify you so that it can be corrected :)