Named-checkconf fails to detect illegal key names in primaries lists
This was found when testing for #2460 (closed).
It also doesn't check for missing key names.
% bin/check/named-checkconf example.conf
% more example.conf
zone example {
type secondary;
primaries { 1.2.3.4 key a..b; };
};
%