]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES note for [GL #3583]
authorOndřej Surý <ondrej@isc.org>
Thu, 6 Oct 2022 16:06:05 +0000 (18:06 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 1 Nov 2022 10:49:21 +0000 (11:49 +0100)
CHANGES

diff --git a/CHANGES b/CHANGES
index 4b45bd2792cbc4e90dd003f70592a2f4a5671da7..65aecf09c564634f58f3b5253e2157c7c0d867e0 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,11 @@
+6010.  [func]          Make the initial interface scan happen before
+                       dropping the privileges.  This requires exiting
+                       exclusive mode before scanning the interfaces
+                       and re-entering it again when we are done.  This
+                       is because starting the listening on interfaces
+                       requires the loopmgr to be running and not paused.
+                       [GL #3583]
+
 6009.  [bug]           Don't trust a placeholder KEYDATA from the managed-keys
                        zone by adding it into secroots. [GL #2895]