2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 22:45:39 +00:00

Modify CHANGES [GL #3064]

Mention that "interface-interval" might be ignored if a reliable,
event-based mechanism to detect interface state changes is available.
This commit is contained in:
Artem Boldariev
2022-04-08 15:50:06 +03:00
parent b58c4b8462
commit dad38620e5

View File

@@ -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]