]> git.ipfire.org Git - thirdparty/bind9.git/commit
Check notify with bad notify source address and tsig
authorMark Andrews <marka@isc.org>
Wed, 1 Oct 2025 04:49:33 +0000 (14:49 +1000)
committerOndřej Surý <ondrej@isc.org>
Fri, 20 Feb 2026 09:50:19 +0000 (10:50 +0100)
commita6ca8407ee17d8a93bcd4891e1d28fa20ca5af11
tree1cf7748608c4e543cfcbf9f31f0cc59d0d722f66
parent9213c42bc076403ffbbb8f86ce4882299657c5ed
Check notify with bad notify source address and tsig

named was asserting when the notify source address was not available
and TSIG was being used.  Check this scenario by adding a nameserver
to the zone which is configured to uses a non-existent source address
and a blackholed destination address and a TSIG using a server clause
for that destination address.

(cherry picked from commit f99d7f421767bf709859f72368e5c0ac6bce2e6a)
bin/tests/system/notify/ns2/named.conf.j2
bin/tests/system/notify/setup.sh
bin/tests/system/notify/tests.sh
bin/tests/system/notify/tests_sh_notify.py