]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: synth-from-dnssec was not working in some scenarios
authorMark Andrews <marka@isc.org>
Mon, 21 Jul 2025 15:42:54 +0000 (01:42 +1000)
committerMark Andrews <marka@isc.org>
Mon, 21 Jul 2025 15:42:54 +0000 (01:42 +1000)
commit0b19600bfe0b5fc45b177f0b50052de5b51403bb
tree3e00cf74818133d5634a4216d774248ef74822a7
parent918a37371bf8276bdb0e4d3b816e0d63ac375406
parentdf0492420915dc48407da7855b35b73b0d9852ae
fix: usr: synth-from-dnssec was not working in some scenarios

Aggressive use of DNSSEC-Validated cache with NSEC was not working in scenarios when no parent NSEC was not in cache.  This has been fixed.

Closes #5422

Merge branch '5422-aggressive-nsec-not-working' into 'main'

See merge request isc-projects/bind9!10736