]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4589] Add changelog entry
authorAndrei Pavel <andrei@isc.org>
Mon, 15 Jun 2026 14:42:33 +0000 (17:42 +0300)
committerAndrei Pavel <andrei@isc.org>
Tue, 21 Jul 2026 07:52:34 +0000 (10:52 +0300)
changelog_unreleased/4589-lease-upload-not-working-because-kea-lfc-removes-hwtype-and-hwaddr_source-values-from-v6 [new file with mode: 0644]

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 (file)
index 0000000..6abdccd
--- /dev/null
@@ -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)