"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 ba31b189b4)
This commit is contained in:
Evan Hunt
2020-06-16 17:48:42 -07:00
committed by Ondřej Surý
parent 98f5a27f6d
commit dca3658720
9 changed files with 134 additions and 7 deletions

View File

@@ -72,6 +72,8 @@ options {
recursive-clients 3000;
serial-query-rate 100;
server-id none;
check-names primary warn;
check-names secondary ignore;
max-cache-size 20000000000000;
nta-lifetime 604800;
nta-recheck 604800;