]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #2852]
authorOndřej Surý <ondrej@sury.org>
Tue, 7 Sep 2021 19:44:17 +0000 (21:44 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 14 Sep 2021 15:13:42 +0000 (17:13 +0200)
(cherry picked from commit 23624a7adb01f668849075a3df2bbb96a3aa2fc9)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 3d08453efc7ed26aa17dc306714790e0f730d71b..aa842ebe75c96d3aa9d13bbd345f5f329ef37176 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,11 @@
+5714.  [bug]           Remove the "adjust interface" mechanism that
+                       set up a listener on interfaces where the *-source(-v6)
+                       address and port were the same as the listening
+                       address and port. Such a configuration is no longer
+                       supported; in practice, this would disable
+                       listening on TCP ports under certain timing conditions.
+                       [GL #2852]
+
 5712.  [func]          Add deprecation notice about removing native PKCS#11
                        support in the next major BIND 9.18 release. [GL #2691]
 
index b45bc73d57c88c34b81c72452708a694293b38cd..2249131d1d519bc1864e2d41ade7d79446811e73 100644 (file)
@@ -62,3 +62,7 @@ Bug Fixes
   that were no longer compatible, triggering an assertion failure on
   startup. The MAPAPI value has now been updated, so ``named`` will
   reject outdated files when encountering them. :gl:`#2872`
+
+- When new IP addresses were added to the system during ``named``
+  startup, ``named`` failed to listen on TCP for the newly added
+  interfaces. :gl:`#2852`