]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3939] Added a ChangeLog entry
authorFrancis Dupont <fdupont@isc.org>
Thu, 12 Jun 2025 15:38:05 +0000 (17:38 +0200)
committerFrancis Dupont <fdupont@isc.org>
Mon, 16 Jun 2025 13:56:58 +0000 (15:56 +0200)
changelog_unreleased/3939-change-ha-listener-restrict-command-default-to-true [new file with mode: 0644]
src/hooks/dhcp/high_availability/tests/ha_mt_unittest.cc

diff --git a/changelog_unreleased/3939-change-ha-listener-restrict-command-default-to-true b/changelog_unreleased/3939-change-ha-listener-restrict-command-default-to-true
new file mode 100644 (file)
index 0000000..d179be3
--- /dev/null
@@ -0,0 +1,5 @@
+[func]         fdupont
+       Changed the default value of the HA listener 'restrict-commands'
+       configuration flag to true so commands which are not used by
+       the hook are rejected.
+       (Gitlab #3639)
index f9a79638a253ac4625fc520a888dff521db8fb83..04ace8cb207514c0846ce02b2b48372bd916f0cf 100644 (file)
@@ -165,7 +165,6 @@ TEST_F(HAMtServiceTest, multiThreadingBasics) {
         "        \"this-server-name\": \"server1\","
         "        \"mode\": \"passive-backup\","
         "        \"wait-backup-ack\": true,"
-        "        \"restrict-commands\": false,"
         "        \"peers\": ["
         "            {"
         "                \"name\": \"server1\","