]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #3249]
authorOndřej Surý <ondrej@isc.org>
Fri, 1 Apr 2022 12:51:42 +0000 (14:51 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 4 Apr 2022 21:10:04 +0000 (23:10 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index c2660718527fc400164bf7401bd07df8048c08e9..4c3248b148b5501453e2cfee4f4b37014c2276fd 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5852.  [func]          Add new "load-balance-socket" option to
+                       enable/disable load balancing of sockets. [GL #3249]
+
 5851.  [placeholder]
 
 5850.  [func]          Run the RPZ update process on the offload threads.
index 7cf1b8ebe44371b494d80cff09d1e3bba03f39df..c211cfec7ad75f6340ae5a7164af35f47f911ca0 100644 (file)
@@ -96,6 +96,12 @@ Feature Changes
   received over TCP has been dropped. Previously, it was capped at 23
   queries processed at the same time. :gl:`#3141`
 
+- Add a new configuration option ``load-balance-sockets`` to disable
+  load balancing on sockets in scenarios in which processing of
+  Response Policy Zones (RPZ), Catalog Zones, or large zone transfers
+  can cause service disruptions. See the BIND 9 ARM for more detail.
+  :gl:`#3249`
+
 Bug Fixes
 ~~~~~~~~~