]> git.ipfire.org Git - thirdparty/bind9.git/commit
Test retransfer with NSEC3 policy
authorMatthijs Mekking <matthijs@isc.org>
Thu, 6 Nov 2025 16:32:51 +0000 (17:32 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Mon, 24 Nov 2025 09:21:33 +0000 (10:21 +0100)
commitbe3e4c83d0219d615953db53ba1bb5d63f67a054
treeb59ebbab10686c16d0a424d85c96fd01ffa9a274
parent376313c8dc612da4cae9a549a51159cb8df013ce
Test retransfer with NSEC3 policy

If the primary has been updated, but the secondary has not been
notified, the journal will go out of date. An 'rndc retransfer' causes
the zone to force an AXFR, removing and rebuilding zone and journal
files.

This test reproduces a bug that in such scenario, an NSEC3 signed zone
falls back to NSEC.
bin/tests/system/nsec3/common.py
bin/tests/system/nsec3/ns2/named.conf.j2
bin/tests/system/nsec3/ns2/retransfer.kasp.db.j2 [new file with mode: 0644]
bin/tests/system/nsec3/ns3/named-retransfer.conf.j2 [new file with mode: 0644]
bin/tests/system/nsec3/ns3/named.conf.j2
bin/tests/system/nsec3/ns4/named.conf.j2 [new file with mode: 0644]
bin/tests/system/nsec3/tests_nsec3_retransfer.py [new file with mode: 0644]