Subject: | RFE: permit RCODEs >= 15 |
According to RFC 6195, RCODEs 3841-4095 are "reserved for private use"
(which I'd like to use), but Net::DNS restricts the RCODE value to
between 0 and 15. Plus, there's another 5 RFCs that have RCODE values
Show quoted text
>=16, so this should help line up with the standard.
Any chance the this line in Net::DNS::Header's parse subroutine could be
relaxed?
my $rval = $b3 & 0xf;