]> git.ipfire.org Git - thirdparty/bind9.git/commit
Don't retry notify over TCP if it could not successed
authorOndřej Surý <ondrej@isc.org>
Thu, 19 Feb 2026 12:44:28 +0000 (13:44 +0100)
committerOndřej Surý <ondrej@isc.org>
Fri, 20 Feb 2026 09:50:19 +0000 (10:50 +0100)
commit9213c42bc076403ffbbb8f86ce4882299657c5ed
tree8c5c1d2117b09519fee55e03ebcf885eac8f89cf
parente68aa79e2ac1505afa9c8bde79b61e881c365c10
Don't retry notify over TCP if it could not successed

Prevent retrying the notify over TCP in case the source address is not
available or the source vs the destination address family mismatch or
when the destination address has been blackholed.  Properly log the
hard notify failures.

(cherry picked from commit 5a5bc6de223afc867f22d19bd9666eaf39e2b877)
lib/dns/zone.c