]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit4f9422a27d6de8aab805f9d91f90f0bba77c8a5e
treed8c89f2956947fbb2feb36a5922446a95df90e42
parent3a206cae5ba24c8bdb5afecc9b0aafd6c7124a78
parent21791160b3c4bd73ea437fd513fa39850e341d96
fix: dev: Check options in templates that must be non-zero

`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