]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES note for GL !3365
authorOndřej Surý <ondrej@sury.org>
Fri, 1 May 2020 12:26:41 +0000 (14:26 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 1 May 2020 14:50:06 +0000 (16:50 +0200)
(cherry picked from commit 23a653dd926fb5e55645ed679703a7bc5d03186e)

CHANGES

diff --git a/CHANGES b/CHANGES
index a8a611a4ffdefd1dae0b870f138d2bed7bcabaf7..b325c6a8e542411979aaca6d0fa9645bb007a498 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+5402.  [bug]           Enable SO_REUSEADDR on all platforms, and either
+                       SO_REUSEPORT_LB on FreeBSD, or SO_REUSEPORT on Linux.
+                       [GL !3365]
+
 5401.  [bug]           The number of input queues allocated during dnstap
                        initialization was too low, which could prevent some
                        dnstap data from being logged. [GL #1795]