]> 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@sury.org>
Fri, 1 May 2020 13:21:10 +0000 (15:21 +0200)
CHANGES

diff --git a/CHANGES b/CHANGES
index 54356a3d7996a31179e4a6f9061934d9f5ed4799..7caed4d536e0a7afc3ac64959b506aa529b5ad74 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]