]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: fix configuration bugs involving global defaults
authorEvan Hunt <each@isc.org>
Wed, 29 Oct 2025 18:28:45 +0000 (18:28 +0000)
committerEvan Hunt <each@isc.org>
Wed, 29 Oct 2025 18:28:45 +0000 (18:28 +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.

Merge branch 'each-cleanup-defaultconfig' into 'main'

See merge request isc-projects/bind9!11165


Trivial merge