]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] fix: usr: Fix bug where zone switches from NSEC3 to NSEC after retransfer
authorMatthijs Mekking <matthijs@isc.org>
Mon, 24 Nov 2025 14:01:06 +0000 (14:01 +0000)
committerMatthijs Mekking <matthijs@isc.org>
Mon, 24 Nov 2025 14:01:06 +0000 (14:01 +0000)
commit3b40ffbf832b7b7adeec87b15b63f33e5c7bb26a
tree1517730e144eb3c1029054542786a13398206806
parent76594d641f659a9bc6f47e45131ccc7bb5c7f962
parent34b50303366f32a75a2e89e5c49cbf0b4c241b5a
[9.20] fix: usr: Fix bug where zone switches from NSEC3 to NSEC after retransfer

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

Backport of MR !11226

Merge branch 'backport-5527-retransfer-nsec3-bug-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!11274