]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Add support for EUI48 and EUI64 RR types
authorPetr Spacek <pspacek@redhat.com>
Thu, 3 Dec 2015 12:07:41 +0000 (13:07 +0100)
committerBob Halley <halley@play-bow.org>
Thu, 3 Dec 2015 15:53:12 +0000 (07:53 -0800)
commitdb37d614fe07f6a20dc5e032024848daa65ac423
tree66098167fc7261589fb5a6e9dbb143e3fcb6d0ff
parent2f815a32a43fb09e206dd53aeb64beac6ce6b543
Add support for EUI48 and EUI64 RR types
dns/rdatatype.py
dns/rdtypes/ANY/EUI48.py [new file with mode: 0644]
dns/rdtypes/ANY/EUI64.py [new file with mode: 0644]
dns/rdtypes/ANY/__init__.py
dns/rdtypes/__init__.py
dns/rdtypes/euibase.py [new file with mode: 0644]
tests/test_rdtypeanyeui.py [new file with mode: 0644]