]> 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 12:51:31 +0000 (14:51 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 9778ad6f078da25eb748dd4be622510a227d068a..f5cf53ffec91179587fdaa9b14296f3bfffc3df7 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]
+
 5713.  [func]          Added "primaries" as a synonym for "masters" and
                        "default-primaries" as a synonym for "default-masters"
                        for catalog zones configuration options. [GL #2818]
index 3d999eacf4693e6250fecd50a40bc9272d254922..efa5c2eb4052505e1aa58a597ff43af1225a6b26 100644 (file)
@@ -59,3 +59,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`