]> git.ipfire.org Git - thirdparty/dnspython.git/commit
TSIG code now uses dns.rcode.Rcode enum values for the TSIG error field.
authorBob Halley <halley@dnspython.org>
Tue, 7 Jul 2020 23:42:08 +0000 (16:42 -0700)
committerBob Halley <halley@dnspython.org>
Tue, 7 Jul 2020 23:42:08 +0000 (16:42 -0700)
commit60396a72b71e384b8d4633fc8f3953a3e03920d6
treea80ac93d1a98e6a550b909b27ab69de6947c30e0
parent74db93e2993e05de58b3d1211605bd9d3df5deb6
TSIG code now uses dns.rcode.Rcode enum values for the TSIG error field.
dns/rcode.py
dns/tsig.py
tests/test_flags.py
tests/test_tsig.py