]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
* Add SVCPARAMS to python ldns_rdf_type2str function.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 18 May 2021 12:05:59 +0000 (14:05 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 18 May 2021 12:05:59 +0000 (14:05 +0200)
Changelog
contrib/python/ldns_rdf.i

index d67658fd309103596cd2c79ba53988be663c1fca..e570db288af25ac04def103cd78576978cf316f9 100644 (file)
--- 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
index 768cfa5955c2a07df0caa3f512a1ede41a57fd98..201cef740dd188c8985c29203785b3db93796764 100644 (file)
                         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";