summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/alloc_engine_messages.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [#1723] regenerate messagesAndrei Pavel2024-07-091-2/+0
|
* [#2835] Replace preferred-lifetime as neededThomas Markwalder2023-05-221-0/+1
| | | | | | | | | | | | | | | | | | | | | src/bin/dhcp6/tests/config_parser_unittest.cc src/bin/dhcp6/tests/get_config_unittest.cc src/bin/dhcp6/tests/simple_parser6_unittest.cc Updated tests src/lib/dhcpsrv/alloc_engine.cc AllocEngine::getLifetimes6() - modified to replace preferred lifetime with valid-lifetime * .625 it's unspecified or greater than valid-lifetime src/lib/dhcpsrv/alloc_engine_messages.mes ALLOC_ENGINE_V6_CALCULATED_PREFERRED_LIFETIME - new message src/lib/dhcpsrv/parsers/simple_parser6.cc SimpleParser6::GLOBAL6_DEFAULTS - removed preferred-lifetime src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc Updated tests
* [#2631] Global reserved addresses must be feasibleThomas Markwalder2023-02-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* [#2682] Added a try-catch in reclaimExpiredLeases*Francis Dupont2023-02-071-0/+2
|
* [#2054] added stats counter for allocation failuresRazvan Becheriu2022-02-171-0/+1
|
* [#1701] Addressed alloc engine review issuesMarcin Siodelski2021-02-191-4/+0
| | | | | | | Reduced the number of new log messages to avoid flooding the log with warnings. For a shared network we now only log the number of subnets from which the engine attempted to allocate a lease and the number of subnets in which no pools were available.
* [#1701] Improved v6 alloc fail messagesMarcin Siodelski2021-02-191-0/+5
| | | | This is the corresponding change to the previous v4 change.
* [#1701] Improved v4 alloc failure logsMarcin Siodelski2021-02-191-0/+5
| | | | | | | | | In case of lease allocation failure, the allocation engine now logs: - which shared network the client belongs to - which subnet (if not shared network) the client belongs to - which subnets were tried - for which subnets there were allocation attempts - for which subnets there were no allocation attempts
* [#1656] 1.9.4 release: regenerate messagesAndrei Pavel2021-01-251-1/+1
|
* [#1609] 1.9.3 changesWlodek Wencel2020-12-141-1/+1
|
* [#1483] changes for 1.9.1 releaseKea-1.9.1Michal Nowikowski2020-10-231-1/+1
| | | | | | - added release entry to ChangeLog, - updated message files, - updated copyright dates
* [#1428] Use ip-reservations-unique in alloc engineMarcin Siodelski2020-10-081-1/+3
|
* [#1426] regenerated messages filesKea-1.9.0Michal Nowikowski2020-09-281-1/+1
|
* [#1288] regenerated mes filesKea-1.7.9Wlodek Wencel2020-06-221-1/+1
|
* [#752] Updated alloc_engine_messages.mesTomek Mrugalski2019-10-281-1/+2
|
* [441-make-distcheck-fails-on-fedora-29-automake-1-16] Second attempt to fix ↵Francis Dupont2019-03-131-0/+79
automake 1.16 issue; distribute generated file