]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Modify CHANGES [GL #3064]
authorArtem Boldariev <artem@boldariev.com>
Fri, 8 Apr 2022 12:50:06 +0000 (15:50 +0300)
committerArtem Boldariev <artem@boldariev.com>
Tue, 24 May 2022 12:26:35 +0000 (15:26 +0300)
Mention that "interface-interval" might be ignored if a reliable,
event-based mechanism to detect interface state changes is available.

CHANGES

diff --git a/CHANGES b/CHANGES
index 87a1cbaa63851c4e8b5fc3d564156ac28f549bf5..edd4233b05a4965da2d246190817a3bb07f05a72 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+5894.  [func]          Avoid periodic interface re-scans on Linux by
+                       default, where a reliable event-based mechanism for
+                       detecting interface state changes is available.
+                       [GL #3064]
+
 5893.  [func]          Add TLS session resumption support to the client-side
                        TLS code. [GL !6274]