]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.20] fix: dev: fix configuration bugs involving global defaults
authorEvan Hunt <each@isc.org>
Wed, 29 Oct 2025 20:24:03 +0000 (20:24 +0000)
committerEvan Hunt <each@isc.org>
Wed, 29 Oct 2025 20:24:03 +0000 (20:24 +0000)
The configuration code for the `max-cache-size`, `dnssec-validation`, and `response-padding` options were unnecessarily complicated, and in the case of `max-cache-size`, buggy. These have been fixed. The `optionmaps` variable in `configure_view()` is no longer needed and has been removed.

Backport of MR !11165

Merge branch 'backport-each-cleanup-defaultconfig-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!11172


Trivial merge