From: Tinderbox User Date: Wed, 28 Dec 2016 01:05:39 +0000 (+0000) Subject: regen master X-Git-Tag: v9.12.0a1~587 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=190ea9e6b82d823f7df7a3816b03cf001d61c2b6;p=thirdparty%2Fbind9.git regen master --- diff --git a/bin/rndc/rndc.8 b/bin/rndc/rndc.8 index 6ac7f103a08..032aaa7d5a0 100644 --- a/bin/rndc/rndc.8 +++ b/bin/rndc/rndc.8 @@ -600,6 +600,17 @@ Displays the current status of the given zone, including the master file name an See also \fBrndc showzone\fR\&. .RE +.PP +\fBrndc\fR +commands that specify zone names, such as +\fBreload\fR, +\fBretransfer\fR +or +\fBzonestatus\fR, can be ambiguous when applied to zones of type +\fBredirect\fR\&. Redirect zones are always called "\&.", and can be confused with zones of type +\fBhint\fR +or with slaved copies of the root zone\&. To specify a redirect zone, use the special zone name +\fB\-redirect\fR, without a trailing period\&. (With a trailing period, this would specify a zone called "\-redirect"\&.) .SH "LIMITATIONS" .PP There is currently no way to provide the shared secret for a diff --git a/bin/rndc/rndc.html b/bin/rndc/rndc.html index 63e02d326ae..47d7fbeff3b 100644 --- a/bin/rndc/rndc.html +++ b/bin/rndc/rndc.html @@ -817,6 +817,19 @@

+ +

+ rndc commands that specify zone names, + such as reload, retransfer + or zonestatus, can be ambiguous when applied + to zones of type redirect. Redirect zones are + always called ".", and can be confused with zones of type + hint or with slaved copies of the root zone. + To specify a redirect zone, use the special zone name + -redirect, without a trailing period. + (With a trailing period, this would specify a zone called + "-redirect".) +

diff --git a/doc/arm/Bv9ARM.ch09.html b/doc/arm/Bv9ARM.ch09.html index b2aff32ac4d..c16fe61f00a 100644 --- a/doc/arm/Bv9ARM.ch09.html +++ b/doc/arm/Bv9ARM.ch09.html @@ -95,7 +95,8 @@

New Features

-
  • +
      +
    • The print-time option in the logging configuration can now take arguments @@ -105,7 +106,15 @@ compatibility, yes is a synonym for local. [RT #42585]

      -
    +
  • +
  • +

    + Rndc commands can now manipulate redirect zones using "-redirect". + To manipulate a zone called "-redirect" reference it using absolute + name form ("-redirect."). +

    +
  • +
diff --git a/doc/arm/man.rndc.html b/doc/arm/man.rndc.html index ebf3cf8ffc4..649b4508c86 100644 --- a/doc/arm/man.rndc.html +++ b/doc/arm/man.rndc.html @@ -835,6 +835,19 @@

+ +

+ rndc commands that specify zone names, + such as reload, retransfer + or zonestatus, can be ambiguous when applied + to zones of type redirect. Redirect zones are + always called ".", and can be confused with zones of type + hint or with slaved copies of the root zone. + To specify a redirect zone, use the special zone name + -redirect, without a trailing period. + (With a trailing period, this would specify a zone called + "-redirect".) +

diff --git a/doc/arm/notes.html b/doc/arm/notes.html index 93c08a2c4b1..6894450b3da 100644 --- a/doc/arm/notes.html +++ b/doc/arm/notes.html @@ -59,7 +59,8 @@

New Features

-
  • +
      +
    • The print-time option in the logging configuration can now take arguments @@ -69,7 +70,15 @@ compatibility, yes is a synonym for local. [RT #42585]

      -
    +
  • +
  • +

    + Rndc commands can now manipulate redirect zones using "-redirect". + To manipulate a zone called "-redirect" reference it using absolute + name form ("-redirect."). +

    +
  • +