]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Fix suppressed missing-glue check in named-checkzone
authorOndřej Surý <ondrej@isc.org>
Wed, 29 Apr 2026 15:31:30 +0000 (17:31 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 29 Apr 2026 15:31:30 +0000 (17:31 +0200)
named-checkzone and named-checkconf -z silently skipped the
missing-glue check for any NS name that had already triggered an
extra-AAAA-glue warning, so zones missing required A glue could pass
validation and be deployed with broken delegations.

Merge branch 'ondrej/check-tool-err-glue-code-collision' into 'main'

See merge request isc-projects/bind9!11899


Trivial merge