]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: usr: Enforce bounds of prefetch configuration option
authorColin Vidal <colin@isc.org>
Tue, 18 Nov 2025 10:04:49 +0000 (11:04 +0100)
committerColin Vidal <colin@isc.org>
Tue, 18 Nov 2025 10:04:49 +0000 (11:04 +0100)
The prefetch configuration option now enforces boundaries. The configuration (including when using `named-checkconf`) now fails if the trigger (first value) is above 10, and if the eligibility (second optional value) isn't at least six seconds greater than the trigger value.

Merge branch 'colin/prefetch-enforcebounds' into 'main'

See merge request isc-projects/bind9!11243


Trivial merge