mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 21:45:37 +00:00
2ec065a08a2d29d9a857c9caf660b515be5dc07b
kea-dhcp<4/6> both now enforce globally reserved addresses to be within the selected subnet/shared-network Added a ChangeLog entry doc/sphinx/arm/dhcp4-srv.rst doc/sphinx/arm/dhcp6-srv.rst Updated global reservation commmentary src/lib/dhcpsrv/alloc_engine.cc AllocEngine::allocateGlobalReservedLeases6() - modified to enforce address feasibility/subnet reselect AllocEngine::labelNetworkOrSubnet() - new convenience method for logging hasAddressReservation() - modified to enforce address feasibility/subnet reselect src/lib/dhcpsrv/alloc_engine_messages.mes New log messages: ALLOC_ENGINE_IGNORING_UNSUITABLE_GLOBAL_ADDRESS ALLOC_ENGINE_IGNORING_UNSUITABLE_GLOBAL_ADDRESS6 src/lib/dhcpsrv/tests/alloc_engine4_unittest.cc src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc src/lib/dhcpsrv/tests/alloc_engine_utils.* src/bin/dhcp4/tests/host_unittest.cc src/bin/dhcp6/tests/host_unittest.cc New and updated tests
Kea provides DHCPv4 and DHCPv6 servers, a dynamic DNS update module, a portable DHCP library, libdhcp++, a control agent that provides a management REST interface, a NETCONF agent that provides a YANG/NETCONF interface for Kea, and a DHCP benchmarking tool, perfdhcp. Kea is developed by Internet Systems Consortium, Inc. The developers' website is at https://gitlab.isc.org/isc-projects/kea/. Limitations, known issues, and feature requests can be found at https://gitlab.isc.org/isc-projects/kea/-/wikis/known-issues-list. If you are thinking about contributing a patch, please read the Contributor's Guide first. Participants in this project implicitly agree to abide by the project's Code of Conduct. 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%