From 28aa8a20b54cc019ce2438eb376a91bac29b1f54 Mon Sep 17 00:00:00 2001 From: Slawek Figiel Date: Tue, 5 Mar 2024 12:07:45 +0100 Subject: [PATCH] [#1301] Rephrase Changelog entry --- changelog_unreleased/1301-lease-search-by-too-short-duid.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/changelog_unreleased/1301-lease-search-by-too-short-duid.md b/changelog_unreleased/1301-lease-search-by-too-short-duid.md index ebc0ef0b5..7f3fc6e9e 100644 --- a/changelog_unreleased/1301-lease-search-by-too-short-duid.md +++ b/changelog_unreleased/1301-lease-search-by-too-short-duid.md @@ -1,5 +1,6 @@ [bug] slawek - Fixed sending the lease-get command with too short DUID to Kea 2.3.8+ - servers, which generated the error message. + Stork now respects the minimum DUID length of 3 enforced by Kea 2.3.8+ and + does not query it for leases when too short DUID is specified in the lease + search box. (Gitlab #1301)