]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release notes for GL #2487
authorOndřej Surý <ondrej@sury.org>
Thu, 11 Feb 2021 07:43:51 +0000 (08:43 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 17 Feb 2021 07:10:45 +0000 (08:10 +0100)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index b2b7d59835ae781e1c1d75fc857a048e076646fd..a49353e09bf09b24cf3bf86f51dd2a370c0f2cd7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5584.  [bug]           Rollback setting IP_DONTFRAG option on the UDP sockets.
+                       [GL #2487]
+
 5583.  [func]          Changes to DoH configuration syntax:
                        - When "http" is specified in "listen-on" or
                          "listen-on-v6" statements, "tls" must also now
index 5fe9644665bb8eb9a513c6b71bd2ca0b57458400..a4a2babf217ed82d188ed537956444e797e123bc 100644 (file)
@@ -121,3 +121,8 @@ Bug Fixes
   list in ``named.conf``, the wrong size was passed to ``isc_mem_put()``,
   which resulted in the returned memory being put on the wrong freed
   list. This has been fixed. [GL #2460]
+
+- If an outgoing packet would exceed max-udp-size, it would be dropped instead
+  of sending a proper response back.  Rollback setting the IP_DONTFRAG on the
+  UDP sockets that we enabled during the DNS Flag Day 2020 to fix this issue.
+  [GL #2487]