From 7e1f65ac8e9a45a1825c10fbda3cb3227ac8f4e1 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Fri, 21 May 2021 10:09:44 +0200 Subject: [(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 --- src/lib/dns/gen-rdatacode.py.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/dns/gen-rdatacode.py.in') 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 -- cgit v1.2.3