diff options
| author | Bob Halley <halley@dnspython.org> | 2020-07-07 16:48:52 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-07-07 16:48:52 -0700 |
| commit | da76c54eaa2e6d0e8c15267f37eadd92df86868f (patch) | |
| tree | 00a3b3d86a1a922d6f67b6afa20ea737a3ece3f5 /dns/rcode.py | |
| parent | 60396a72b71e384b8d4633fc8f3953a3e03920d6 (diff) | |
| download | dnspython-da76c54eaa2e6d0e8c15267f37eadd92df86868f.tar.gz | |
Add DSOTYPENI rcode.
Diffstat (limited to 'dns/rcode.py')
| -rw-r--r-- | dns/rcode.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/rcode.py b/dns/rcode.py index 0bce2d4..d9ea005 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 |
