]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add primaries, parental-agents as synonyms
authorMatthijs Mekking <matthijs@isc.org>
Fri, 6 Dec 2024 11:50:09 +0000 (12:50 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Fri, 13 Dec 2024 07:50:02 +0000 (08:50 +0100)
commit1b2eadb1973548335b3e4c5f9e81433ffbcf36e5
treece8b30b3904f2c0a1dacb250661241b5fd65ee70
parentb121f02eac342ee285b6ab1292a0136448a91ee0
Add primaries, parental-agents as synonyms

Add back the top blocks 'parental-agents', 'primaries', and 'masters'
to the configuration. Do not document them as so many names for the
same clause is confusing.

This has a slight negative side effect that a top block 'primaries'
can be referred to with a zone statement 'parental-agents' for example,
but that shouldn't be a big issue.
bin/named/config.c
bin/tests/system/checkconf/bad-duplicate-remote-servers-synonyms.conf [new file with mode: 0644]
bin/tests/system/checkconf/good-multiple-remote-servers-synonyms.conf [new file with mode: 0644]
lib/isccfg/check.c
lib/isccfg/namedconf.c