diff options
author | Francis Dupont <fdupont@isc.org> | 2021-05-21 10:09:44 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2021-06-03 11:42:14 +0200 |
commit | 7e1f65ac8e9a45a1825c10fbda3cb3227ac8f4e1 (patch) | |
tree | 29289f50fbfe7b876461854112140e0a16696ce2 /src/lib/dns/gen-rdatacode.py.in | |
parent | [(no branch, rebasing 1880-implement-the-tkey-rr)] [(no branch, rebasing 1880... (diff) | |
download | kea-7e1f65ac8e9a45a1825c10fbda3cb3227ac8f4e1.tar.xz kea-7e1f65ac8e9a45a1825c10fbda3cb3227ac8f4e1.zip |
[(no branch, rebasing 1880-implement-the-tkey-rr)] [(no branch, rebasing 1880-implement-the-tkey-rr)] [(no branch, rebasing 1880-implement-the-tkey-rr)] [#1880] Checkpoint: rdata files
Diffstat (limited to 'src/lib/dns/gen-rdatacode.py.in')
-rw-r--r-- | src/lib/dns/gen-rdatacode.py.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/dns/gen-rdatacode.py.in b/src/lib/dns/gen-rdatacode.py.in index 362f5e077e..f39fc095cf 100644 --- a/src/lib/dns/gen-rdatacode.py.in +++ b/src/lib/dns/gen-rdatacode.py.in @@ -1,6 +1,6 @@ #!@PYTHON@ -# Copyright (C) 2010-2016,2021 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010-2021 Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this @@ -39,7 +39,7 @@ meta_types = { '23': 'nsap-ptr', '24': 'sig', '20': 'isdn', '25': 'key', '26': 'px', '27': 'gpos', '29': 'loc', '36': 'kx', '37': 'cert', '42': 'apl', '45': 'ipseckey', '55': 'hip', '103': 'unspec', - '104': 'nid', '105': 'l32', '106': 'l64', '107': 'lp', '249': 'tkey', + '104': 'nid', '105': 'l32', '106': 'l64', '107': 'lp', '253': 'mailb', '256': 'uri' } # Classes that don't have any known types. This is a dict from type code |