From: Thomas Markwalder Date: Tue, 29 Jul 2025 13:37:46 +0000 (-0400) Subject: [#4014] Added Changelog file X-Git-Tag: Kea-3.1.1~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=836db67289eb87938e9728a884d082c930cf2602;p=thirdparty%2Fkea.git [#4014] Added Changelog file new file: changelog_unreleased/4014-v6-fix-cb-command-behavior-for-mulitple-options-with-the-same-code-in-a-given-scope --- diff --git a/changelog_unreleased/4014-v6-fix-cb-command-behavior-for-mulitple-options-with-the-same-code-in-a-given-scope b/changelog_unreleased/4014-v6-fix-cb-command-behavior-for-mulitple-options-with-the-same-code-in-a-given-scope new file mode 100644 index 0000000000..6765ece4ce --- /dev/null +++ b/changelog_unreleased/4014-v6-fix-cb-command-behavior-for-mulitple-options-with-the-same-code-in-a-given-scope @@ -0,0 +1,5 @@ +[bug] tmark + kea-dhcp6 now correctly supports option class-tags + (i.e."client-classes") in host and config backends + for both MySQL and PosgreSQL. + (Gitlab #4014)