]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commitddd10407617708f3e6571477fb481e886f8ab107
tree25379b47c3aead05617151d106b764e5f50c9275
parent376313c8dc612da4cae9a549a51159cb8df013ce
parent6dcb9ce77ff774ffab3139c052b0f177338953d0
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

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

See merge request isc-projects/bind9!11226