From 5d49fa112d481d2db201c2bc952f7d322cb30c19 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Fri, 26 Jul 2024 19:48:57 +0200 Subject: [PATCH] Add newly assigned RRTYPEs NXNAME, CLA, and IPN Signed-off-by: DL6ER --- src/cache.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/cache.c b/src/cache.c index 79166b8..b4c3397 100644 --- a/src/cache.c +++ b/src/cache.c @@ -112,6 +112,7 @@ static const struct { { 107, "LP" }, /* [RFC6742] ILNP/lp-completed-template */ { 108, "EUI48" }, /* an EUI-48 address [RFC7043] EUI48/eui48-completed-template 2013-03-27*/ { 109, "EUI64" }, /* an EUI-64 address [RFC7043] EUI64/eui64-completed-template 2013-03-27*/ + { 128, "NXNAME" }, /* NXDOMAIN indicator for Compact Denial of Existence https://www.iana.org/go/draft-ietf-dnsop-compact-denial-of-existence-04 */ { 249, "TKEY" }, /* Transaction Key [RFC2930] */ { 250, "TSIG" }, /* Transaction Signature [RFC8945] */ { 251, "IXFR" }, /* incremental transfer [RFC1995] */ @@ -126,6 +127,8 @@ static const struct { { 260, "AMTRELAY" }, /* Automatic Multicast Tunneling Relay [RFC8777] AMTRELAY/amtrelay-completed-template 2019-02-06*/ { 261, "RESINFO" }, /* Resolver Information as Key/Value Pairs https://datatracker.ietf.org/doc/draft-ietf-add-resolver-info/06/ */ { 262, "WALLET" }, /* Public wallet address https://www.iana.org/assignments/dns-parameters/WALLET/wallet-completed-template */ + { 263, "CLA" }, /* BP Convergence Layer Adapter https://www.iana.org/go/draft-johnson-dns-ipn-cla-07 */ + { 264, "IPN" }, /* BP Node Number https://www.iana.org/go/draft-johnson-dns-ipn-cla-07 */ { 32768, "TA" }, /* DNSSEC Trust Authorities [Sam_Weiler][http://cameo.library.cmu.edu/][ Deploying DNSSEC Without a Signed Root. Technical Report 1999-19, Information Networking Institute, Carnegie Mellon University, April 2004.] 2005-12-13*/ { 32769, "DLV" }, /* DNSSEC Lookaside Validation (OBSOLETE) [RFC8749][RFC4431] */ };