]> git.ipfire.org Git - thirdparty/bind9.git/commit
prevent "primaries" lists from having duplicate names
authorEvan Hunt <each@isc.org>
Fri, 26 Jun 2020 04:59:56 +0000 (21:59 -0700)
committerEvan Hunt <each@isc.org>
Wed, 1 Jul 2020 18:11:34 +0000 (11:11 -0700)
commitf619708bbfed238a2f12028bfc71c7ed3b35a4a8
tree264f78c52408de2a315875b5a96826cdce45ff63
parent424a3cf3ccb0c3b4aaf2f8e9af57432acadf2112
prevent "primaries" lists from having duplicate names

it is now an error to have two primaries lists with the same
name. this is true regardless of whether the "primaries" or
"masters" keywords were used to define them.
bin/named/config.c
bin/tests/system/checkconf/bad-duplicate-primaries-1.conf [new file with mode: 0644]
bin/tests/system/checkconf/bad-duplicate-primaries-2.conf [new file with mode: 0644]
bin/tests/system/checkconf/good-masters-and-primaries.conf [new file with mode: 0644]
doc/man/named.conf.5in
doc/misc/options
lib/bind9/check.c