From: Andrei Pavel Date: Mon, 15 Jun 2026 14:42:33 +0000 (+0300) Subject: [#4589] Add changelog entry X-Git-Tag: Kea-3.3.0~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53ffb3d84fdac5be032365bf77d38a3103e02429;p=thirdparty%2Fkea.git [#4589] Add changelog entry --- diff --git a/changelog_unreleased/4589-lease-upload-not-working-because-kea-lfc-removes-hwtype-and-hwaddr_source-values-from-v6 b/changelog_unreleased/4589-lease-upload-not-working-because-kea-lfc-removes-hwtype-and-hwaddr_source-values-from-v6 new file mode 100644 index 0000000000..6abdccd8ed --- /dev/null +++ b/changelog_unreleased/4589-lease-upload-not-working-because-kea-lfc-removes-hwtype-and-hwaddr_source-values-from-v6 @@ -0,0 +1,6 @@ +[bug] andrei + kea-lfc no longer removes values on the hwtype and hwaddr_source + columns from v6 lease files when the lease is not identified + through a hardware address (hwaddr column). This change allows + "kea-admin lease-upload" which calls kea-lfc, to work. + (Gitlab #4589)