From: Francis Dupont Date: Wed, 20 May 2026 14:04:18 +0000 (+0200) Subject: [#3971] Added a ChangeLog entry X-Git-Tag: Kea-3.1.9~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3063b83dcbf6348f37a2dcf0bebda4b03f8b0d4a;p=thirdparty%2Fkea.git [#3971] Added a ChangeLog entry --- diff --git a/changelog_unreleased/3971-exclusivity-in-control-socket-parser b/changelog_unreleased/3971-exclusivity-in-control-socket-parser new file mode 100644 index 0000000000..a41c026d0d --- /dev/null +++ b/changelog_unreleased/3971-exclusivity-in-control-socket-parser @@ -0,0 +1,7 @@ +[func] fdupont + Removed the 'socket-name' vs 'socket-address' exclusivity + check when parsing config files. Note that configuring + both for the same control socket is still rejected but + because 'socket-name' makes sense only for the 'unix' type, + and 'socket-address' for the 'http' and 'https' types. + (Gitlab #3971)