From: Bob Halley Date: Tue, 7 Jul 2020 23:48:52 +0000 (-0700) Subject: Add DSOTYPENI rcode. X-Git-Tag: v2.0.0~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da76c54eaa2e6d0e8c15267f37eadd92df86868f;p=thirdparty%2Fdnspython.git Add DSOTYPENI rcode. --- diff --git a/dns/rcode.py b/dns/rcode.py index 0bce2d4b..d9ea0051 100644 --- a/dns/rcode.py +++ b/dns/rcode.py @@ -43,6 +43,8 @@ class Rcode(dns.enum.IntEnum): NOTAUTH = 9 #: Name not in zone. NOTZONE = 10 + #: DSO-TYPE Not Implemented + DSOTYPENI = 11 #: Bad EDNS version. BADVERS = 16 #: TSIG Signature Failure