Updates to named-checkconf related to deprecating named.conf options
Checkconf to ignore deprecated options
Request- an option that would to 'whitelist' or ignore the deprecation warnings, as named-checkconf
is used in two different ways:
- Interactively. In this case, I would love to know if an option I'm trying to use is going away.
- Automated. In this case, I only need to know that my named.conf is valid even if it isn't optimal.
Multiple problems are reported all at once
If there are multiple statements in the configuration that are removed or otherwise in error, please run the whole configuration through the parser and spit out the whole list of issues, rather than requiring multiple fixes and retries.
Edited by Matthijs Mekking