]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Add support for RFC 6742 types. 676/head
authorBrian Wellington <bwelling@xbill.org>
Tue, 13 Jul 2021 22:29:30 +0000 (15:29 -0700)
committerBrian Wellington <bwelling@xbill.org>
Tue, 13 Jul 2021 22:29:30 +0000 (15:29 -0700)
commit4174b2ec8715747175173d1c3406b62b6bc67bc7
tree9652950262f1a1a3a618f08c2b1bf60463614acb
parent2ad1d9e5583c18900bea778f90cd7eb747abe599
Add support for RFC 6742 types.

This adds the NID, L32, L64, and LP types.
13 files changed:
dns/rdata.py
dns/rdatatype.py
dns/rdtypes/ANY/L32.py [new file with mode: 0644]
dns/rdtypes/ANY/L64.py [new file with mode: 0644]
dns/rdtypes/ANY/LP.py [new file with mode: 0644]
dns/rdtypes/ANY/NID.py [new file with mode: 0644]
dns/rdtypes/euibase.py
dns/rdtypes/util.py
tests/example
tests/example1.good
tests/example2.good
tests/example3.good
tests/example4.good