]> git.ipfire.org Git - thirdparty/bind9.git/commit
[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)
commita85d6fb581cacf691be9bd8fa43c7fd097a86f44
tree77f0c1be13550fb6c63a48f7d1c185977afd6e1b
parent895d35d4dbca7e29fa454904743b8922b19cd0b0
parenta107d77b339cc78ef1dd198b37efb571fb08e727
[9.20] fix: dev: fix configuration bugs involving global defaults

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