From: Matthijs Mekking Date: Fri, 31 Jul 2020 09:15:49 +0000 (+0200) Subject: Add notes for #1613 (rndc dnssec -checkds) X-Git-Tag: v9.17.5~63^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4c82fc7aec78f60d7a1e59ec6d95a2fdd1368bb;p=thirdparty%2Fbind9.git Add notes for #1613 (rndc dnssec -checkds) This is a new feature that should be mentioned in the notes. --- diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 3ee01476ab5..bb2edc12783 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -24,6 +24,11 @@ Known Issues New Features ~~~~~~~~~~~~ +- New ``rndc`` command ``rndc dnssec -checkds`` to tell ``named`` + that a DS record for a given zone or key has been published or withdrawn + from the parent. Replaces the time-based ``parent-registration-delay`` + configuration option. [GL #1613] + - ``rndc`` has been updated to use the new BIND network manager API. This change had the side effect of altering the TCP timeout for RNDC connections from 60 seconds to the ``tcp-idle-timeout`` value, which