mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 13:37:55 +00:00
03636abdf601f2806f6b17c44f8fbed048d0b3c7
The changes were patterned after what was done in subnets_cmds hook lib. src/hooks/dhcp/lease_cmds/lease_cmds_callouts.cc New file which provides callout functions for each lease command as well as load() and unload() (formerly in load_unload.cc) src/hooks/dhcp/lease_cmds/load_unload.cc File deleted src/hooks/dhcp/lease_cmds/Makefile.am Added lease_cmds_callouts.cc Removed load_unload.cc src/hooks/dhcp/lease_cmds/lease_cmds.h src/hooks/dhcp/lease_cmds/lease_cmds.cc LeaseCmdsImpl - removed ctor, dtor, registerCommands, deregisterCommands, and changed handlers to non static LeaseCmds - added wrapper methods around LeaseCmdImpl handlers
Kea provides DHCPv4 and DHCPv6 servers, a dynamic DNS update module, a portable DHCP library, libdhcp++, control agent that provides management REST interface, and a DHCP benchmarking tool, perfdhcp. Kea is developed by Internet Systems Consortium. The developers website is at http://kea.isc.org/ Limitations and known issues with this DHCP release can be found at http://kea.isc.org/wiki/KeaKnownIssues If you are thinking about contributing a patch, please read this first: http://kea.isc.org/wiki/ContributorsGuide The Kea mailing lists are available via https://lists.isc.org/
Description
Languages
C++
94.1%
Shell
3.4%
PLpgSQL
0.7%
LLVM
0.6%
Meson
0.6%
Other
0.6%