bind9_parser
bind9_parser copied to clipboard
Prepopulate additional non-stated settings with its default value
Might be more useful if the unstated settings (of named.conf) has its default values and seeded in the final PyParsing object tree.
Probably best done outside of PyParsing effort.
Perhaps as an added .seed_with_defaults Python method added to the bind9_parser Class or something.
Definitely have to be given a version number before default values can be determined, which is to be expected anyway