]> 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>
Thu, 19 Feb 2026 12:44:28 +0000 (13:44 +0100)
commit5a5bc6de223afc867f22d19bd9666eaf39e2b877
treedaaac8932bc5a54e11f63b5b658259187b02cf50
parentee3391a1460cd80b910136a65f44b6400b5e38fe
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.
lib/dns/notify.c