]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Create DNSKEY Flag enum.
authorBrian Wellington <bwelling@xbill.org>
Mon, 18 May 2020 19:56:08 +0000 (12:56 -0700)
committerBrian Wellington <bwelling@xbill.org>
Mon, 18 May 2020 19:56:08 +0000 (12:56 -0700)
commit95aa24af98ef5f861afca513bb629405adbab571
tree5291c3a38ed2b63738247bc0fffddba05cb22a4a
parent65e107bd0d43a90b0d0d016b594f6587e2875132
Create DNSKEY Flag enum.

The flags are defined in dnskeybase, and additionally visible in DNSKEY
and CDNSKEY.

Also, remove flags_to_text_set() and flags_from_text_set().  The
DNSKEY record doesn't support text flags; this was leftover from
the KEY record.

Remove tests that are no longer needed, and update other tests for these
changes.
dns/rdtypes/ANY/CDNSKEY.py
dns/rdtypes/ANY/DNSKEY.py
dns/rdtypes/dnskeybase.py
tests/test_rdtypeanydnskey.py