![]() |
Kea 3.1.1
|
Welcome to Kea Lease QueryHooks Library. This documentation is addressed at developers who are interested in internal operation of the library. This file provides information needed to understand and perhaps extend this library.
This documentation is stand-alone: you should have read and understood Kea Developer's Guide and in particular its section about hooks: Hooks Developer's Guide.
The lease_query
library provides support for basic and bulk lease query for DHCPv4 and DHCPv6.
The structure of the library is very simple. The lease_query_callouts.cc
file contains the packet callout handlers registered during the library initialization.
----------------- TODO ------------------
The lease_query
hooks library requires multi-threading.