]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Call zone syntax checks when running rndc addzone/modzone
authorEvan Hunt <each@isc.org>
Tue, 3 Jun 2025 19:01:19 +0000 (19:01 +0000)
committerEvan Hunt <each@isc.org>
Tue, 3 Jun 2025 19:01:19 +0000 (19:01 +0000)
The function that checks zone syntax in libisccfg was previously
only called when loading `named.conf`, not when parsing an an
`rndc addzone` or `rndc modzone` command. This has been corrected.

Closes #5338

Merge branch '5338-check-zoneconf' into 'main'

See merge request isc-projects/bind9!10520


Trivial merge