]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release not for GL #2250
authorOndřej Surý <ondrej@sury.org>
Tue, 1 Dec 2020 18:01:30 +0000 (19:01 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 2 Dec 2020 11:02:10 +0000 (12:02 +0100)
(cherry picked from commit c7d81f12f820beecebaeab184afc8df57e4f9a76)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 524e0731ebe72c3cf9e9a3dba3cd737a4fb5125e..a8a7d9e18add67921ca2fa36d2e4c6f42a4a77e1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5544.  [func]          Restore the default value of nocookie-udp-size to 4096.
+                       [GL #2250]
+
 5541.  [func]          Adjust the "max-recursion-queries" default from 75 to
                        100. [GL #2305]
 
index 89c3d027d8deabe2550a6603f4da08083a3dd9bc..f3d238eba0025964eceda1e9925b06954ee8257b 100644 (file)
@@ -46,6 +46,14 @@ Feature Changes
   has a higher chance of being exceeded by non-attack queries, which is the
   main reason for increasing its default value. [GL #2305]
 
+- Restore the ``nocookie-udp-size`` default from 1232 to 4096. Normally the
+  EDNS buffer size is configured by ``max-udp-size``, but this configuration
+  option overrides the value, but most people don't and won't realize there's
+  an extra configuration option that needs to be tweaked. By changing the
+  default here, we allow the the ``max-udp-size`` to be the sole option that
+  needs to be changed when operator wants to change the default EDNS buffer
+  size. [GL #2250]
+
 Bug Fixes
 ~~~~~~~~~