From a881fbade37162d9396043b78243a315ea8637f6 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Tue, 18 May 2021 14:05:59 +0200 Subject: [PATCH] * Add SVCPARAMS to python ldns_rdf_type2str function. --- Changelog | 1 + contrib/python/ldns_rdf.i | 1 + 2 files changed, 2 insertions(+) diff --git a/Changelog b/Changelog index d67658fd..e570db28 100644 --- a/Changelog +++ b/Changelog @@ -24,6 +24,7 @@ record and the TTL of the SOA itself. draft-ietf-dnsop-nsec-ttl * bugfix #119: Let example tools read longer RR's than LDNS_MAX_LINELEN + * Add SVCPARAMS to python ldns_rdf_type2str function. 1.7.1 2019-07-26 * bugfix: Manage verification paths for OpenSSL >= 1.1.0 diff --git a/contrib/python/ldns_rdf.i b/contrib/python/ldns_rdf.i index 768cfa59..201cef74 100644 --- a/contrib/python/ldns_rdf.i +++ b/contrib/python/ldns_rdf.i @@ -222,6 +222,7 @@ case LDNS_RDF_TYPE_TAG: return "TAG"; case LDNS_RDF_TYPE_LONG_STR: return "LONG_STR"; case LDNS_RDF_TYPE_AMTRELAY: return "AMTRELAY"; + case LDNS_RDF_TYPE_SVCPARAMS: return "SVCPARAMS"; case LDNS_RDF_TYPE_CERTIFICATE_USAGE: return "CERTIFICATE_USAGE"; case LDNS_RDF_TYPE_SELECTOR: return "SELECTOR"; -- 2.47.3