]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Report IPSECKEY 9337/head
authorPieter Lexis <pieter.lexis@powerdns.com>
Wed, 29 Apr 2020 08:06:16 +0000 (10:06 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Tue, 28 Jul 2020 09:40:58 +0000 (11:40 +0200)
docs/upgrading.rst
pdns/dnsrecords.cc

index 1e7d7f84ead93149f9ef833ff5a941281b65332a..683bdbcd6c787b7c4ac7a121fc468a1115bb01b2 100644 (file)
@@ -8,6 +8,15 @@ Please upgrade to the PowerDNS Authoritative Server 4.0.0 from 3.4.2+.
 See the `3.X <https://doc.powerdns.com/3/authoritative/upgrading/>`__
 upgrade notes if your version is older than 3.4.2.
 
+4.3.x to 4.4.0
+--------------
+
+``IPSECKEY`` change on secondaries
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+The in-database format of the ``IPSECKEY`` has changed from 'generic' format to its specialized format.
+It is recommended to re-transfer, using ``pdns_control retrieve ZONE``, all zones that have ``IPSECKEY`` or ``TYPE45`` records.
+
 4.2.x to 4.3.0
 --------------
 
index 2f2268bf544c342e8d2a102cd316cfa94a7666cb..5d85ed1d03cbe49604b13a1815bad7f897cdbd62 100644 (file)
@@ -632,6 +632,7 @@ void reportOtherTypes()
    RRSIGRecordContent::report();
    DSRecordContent::report();
    CDSRecordContent::report();
+   IPSECKEYRecordContent::report();
    SSHFPRecordContent::report();
    CERTRecordContent::report();
    NSECRecordContent::report();