]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3971] Added a ChangeLog entry
authorFrancis Dupont <fdupont@isc.org>
Wed, 20 May 2026 14:04:18 +0000 (16:04 +0200)
committerFrancis Dupont <fdupont@isc.org>
Fri, 22 May 2026 10:35:51 +0000 (12:35 +0200)
changelog_unreleased/3971-exclusivity-in-control-socket-parser [new file with mode: 0644]

diff --git a/changelog_unreleased/3971-exclusivity-in-control-socket-parser b/changelog_unreleased/3971-exclusivity-in-control-socket-parser
new file mode 100644 (file)
index 0000000..a41c026
--- /dev/null
@@ -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)