Open ximon18 opened 4 days ago
Ah, user error. Using actual https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-2 CLASS mnemonics or any unsigned integer number works fine.
RFC 3597 style CLASS
What doesn't work is an unknown mnemonic, which produces the expected rtype
error.
When using the
inplace
zonefile parsing support providing a zonefile that has a CHAOS or other class for an RR causes errorexpected rtype
.Even if this should not work for other reasons, the error should not be about an expected rtype.
If a class is unknown one might expect it to be treated as CLASS.
For example replacing
IN
in a SOA record withCHAOS
causes this error.