From ca7e3797d7f5f0a95338f0d0ed068b78cd7d8d02 Mon Sep 17 00:00:00 2001 From: Thomas Markwalder Date: Tue, 11 Mar 2025 10:03:34 -0400 Subject: [PATCH] [#3693] Fixed changelog --- .../3693-if-dhcp-is-disabled-then-do-not-do-lease-reclamation | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog_unreleased/3693-if-dhcp-is-disabled-then-do-not-do-lease-reclamation b/changelog_unreleased/3693-if-dhcp-is-disabled-then-do-not-do-lease-reclamation index fc622fb7e6..b2923bb851 100644 --- a/changelog_unreleased/3693-if-dhcp-is-disabled-then-do-not-do-lease-reclamation +++ b/changelog_unreleased/3693-if-dhcp-is-disabled-then-do-not-do-lease-reclamation @@ -1,5 +1,5 @@ [func] tmark Lease reclamation is now skipped and rescheduled - while DHCP service is disabled. This applies to - both kea-dhcp4 and kea-dhcp6. + while DHCP service is disabled. This applies to + both kea-dhcp4 and kea-dhcp6. (Gitlab #3693)