]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Fix bug where zone switches from NSEC3 to NSEC after retransfer
authorMatthijs Mekking <matthijs@isc.org>
Mon, 24 Nov 2025 13:23:21 +0000 (13:23 +0000)
committerMatthijs Mekking <matthijs@isc.org>
Mon, 24 Nov 2025 13:23:21 +0000 (13:23 +0000)
When a zone is re-transferred, but the zone journal on an inline-signing secondary is out of sync, the zone could fall back to using NSEC records instead of NSEC3. This has been fixed.

Closes #5527

Merge branch '5527-retransfer-nsec3-bug' into 'main'

See merge request isc-projects/bind9!11226


Trivial merge