]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit103799ac23bf9ea4f0fd5c18daffea139238f032
treeec059b228281a4ef910c904f7144ba4bd9a24d5e
parent346007d52dad394bcc8e5e191f54377a393a5f47
parent5c038c2fa2c74a07c08d50e621b48fcff9125ad1
chg: usr: Enforce bounds of prefetch configuration option

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