mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 13:37:55 +00:00
@@ -1397,9 +1397,9 @@ ControlledDhcpv6Srv::reclaimExpiredLeases(const size_t max_leases,
|
|||||||
const uint16_t max_unwarned_cycles) {
|
const uint16_t max_unwarned_cycles) {
|
||||||
try {
|
try {
|
||||||
if (network_state_->isServiceEnabled()) {
|
if (network_state_->isServiceEnabled()) {
|
||||||
server_->alloc_engine_->reclaimExpiredLeases6(max_leases, timeout,
|
server_->alloc_engine_->reclaimExpiredLeases6(max_leases, timeout,
|
||||||
remove_lease,
|
remove_lease,
|
||||||
max_unwarned_cycles);
|
max_unwarned_cycles);
|
||||||
} else {
|
} else {
|
||||||
LOG_DEBUG(dhcp6_logger, DBG_DHCP6_BASIC, DHCP6_RECLAIM_EXPIRED_LEASES_SKIPPED)
|
LOG_DEBUG(dhcp6_logger, DBG_DHCP6_BASIC, DHCP6_RECLAIM_EXPIRED_LEASES_SKIPPED)
|
||||||
.arg(CfgMgr::instance().getCurrentCfg()->
|
.arg(CfgMgr::instance().getCurrentCfg()->
|
||||||
|
Reference in New Issue
Block a user