]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Check options in templates that must be non-zero
authorMatthijs Mekking <matthijs@isc.org>
Thu, 28 May 2026 14:26:03 +0000 (14:26 +0000)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 28 May 2026 14:26:03 +0000 (14:26 +0000)
`named-checkconf` should reject a template that has options that must be non-zero
(`max-refresh-time`, `max-retry-time`, `min-refresh-time`, `min-retry-time`).

`rndc addzone` with a zone that refers to such template should fail cleanly.

Closes #6041

Merge branch '6041-check-nonzero-skips-templates' into 'main'

See merge request isc-projects/bind9!12126


Trivial merge