3682. [bug] Correct the behavior of rndc retransfer to allow

inline-signing slave zones to retain NSEC3 parameters instead of
			reverting to NSEC [RT #34745]
This commit is contained in:
Curtis Blackburn
2013-12-04 12:26:20 -06:00
parent 545b8a7295
commit 8009525601
9 changed files with 327 additions and 15 deletions

View File

@@ -241,7 +241,15 @@
<term><userinput>retransfer <replaceable>zone</replaceable> <optional><replaceable>class</replaceable> <optional><replaceable>view</replaceable></optional></optional></userinput></term>
<listitem>
<para>
Retransfer the given zone from the master.
Retransfer the given slave zone from the master server.
</para>
<para>
If the zone is configured to use
<command>inline-signing</command>, the signed
version of the zone is discarded; after the
retransfer of the unsigned version is complete, the
signed version will be regenerated with all new
signatures.
</para>
</listitem>
</varlistentry>