]> git.ipfire.org Git - thirdparty/bind9.git/commit
"check-names primary" and "check-names secondary" were ignored
authorEvan Hunt <each@isc.org>
Wed, 17 Jun 2020 00:48:42 +0000 (17:48 -0700)
committerOndřej Surý <ondrej@isc.org>
Mon, 22 Jun 2020 12:30:14 +0000 (14:30 +0200)
commitdca3658720cfb7f40b75e418a87d85552fe2a09c
treefee19d86bdc3d7bb15d4f3f2a72c12c7147e2e97
parent98f5a27f6daf97a1fd0b3ab01a3ec548ee545e1e
"check-names primary" and "check-names secondary" were ignored

these keywords were added to the parser as synonyms for "master"
and "slave" but were never hooked in to the configuration of named,
so they were ignored. this has been fixed and the option is now
checked for correctness.

(cherry picked from commit ba31b189b4f8dd9f259559d10abe5e1618ba9771)
bin/named/zoneconf.c
bin/tests/system/checkconf/bad-checknames-primary-dup-2.conf [new file with mode: 0644]
bin/tests/system/checkconf/bad-checknames-primary-dup.conf [new file with mode: 0644]
bin/tests/system/checkconf/bad-checknames-secondary-dup.conf [new file with mode: 0644]
bin/tests/system/checkconf/good.conf
bin/tests/system/checknames/ns4/named.conf.in
bin/tests/system/checknames/tests.sh
doc/arm/reference.rst
lib/bind9/check.c