diff --git a/bin/rndc/rndc.8 b/bin/rndc/rndc.8 index 60feb28845..5a714f7be5 100644 --- a/bin/rndc/rndc.8 +++ b/bin/rndc/rndc.8 @@ -283,11 +283,13 @@ Flushes the server's cache. Flushes the given name from the server's DNS cache and, if applicable, from the server's nameserver address database or bad\-server cache. .RE .PP -\fBflushtree\fR \fIname\fR [\fIview\fR] +\fBflushtree\fR [\-all] \fIname\fR [\fIview\fR] .RS 4 -Flushes the given name, and all of its subdomains, from the server's DNS cache. Note that this does +Flushes the given name, and all of its subdomains, from the server's DNS cache. By default, this does \fInot\fR -affect he server's address database or bad\-server cache. +affect the server's address database or bad\-server cache. To eliminate matching names from those databases as well, use the +\fB\-all\fR +option. .RE .PP \fBstatus\fR diff --git a/bin/rndc/rndc.html b/bin/rndc/rndc.html index 2d80fa7346..f4a279f7e2 100644 --- a/bin/rndc/rndc.html +++ b/bin/rndc/rndc.html @@ -336,12 +336,14 @@ and, if applicable, from the server's nameserver address database or bad-server cache.
-flushtree name [view] flushtree [-all] name [view]
Flushes the given name, and all of its subdomains,
- from the server's DNS cache. Note that this does
- not affect he server's address
- database or bad-server cache.
+ from the server's DNS cache. By default, this does
+ not affect the server's address
+ database or bad-server cache. To eliminate matching
+ names from those databases as well, use
+ the -all option.
status@@ -496,7 +498,7 @@
There is currently no way to provide the shared secret for a
key_id without using the configuration file.
@@ -506,7 +508,7 @@
arpaname {ipaddress ...}
arpaname translates IP addresses (IPv4 and IPv6) to the corresponding IN-ADDR.ARPA or IP6.ARPA names.
ddns-confgen [-a ] [algorithm-h] [-k ] [keyname-r ] [ -s randomfilename | -z zone ] [-q] [name]
ddns-confgen generates a key for use by nsupdate and named. It simplifies configuration @@ -77,7 +77,7 @@
genrandom [-n ] {numbersize} {filename}
genrandom generates a file or a set of files containing a specified quantity @@ -59,7 +59,7 @@
isc-hmac-fixup {algorithm} {secret}
Versions of BIND 9 up to and including BIND 9.6 had a bug causing HMAC-SHA* TSIG keys which were longer than the digest length of the @@ -76,7 +76,7 @@
Secrets that have been converted by isc-hmac-fixup are shortened, but as this is how the HMAC protocol works in @@ -87,14 +87,14 @@
nsec3hash {salt} {algorithm} {iterations} {domain}
nsec3hash generates an NSEC3 hash based on a set of NSEC3 parameters. This can be used to check the validity @@ -56,7 +56,7 @@
rndc-confgen [-a] [-A ] [algorithm-b ] [keysize-c ] [keyfile-h] [-k ] [keyname-p ] [port-r ] [randomfile-s ] [address-t ] [chrootdir-u ]user
rndc-confgen generates configuration files for rndc. It can be used as a @@ -66,7 +66,7 @@
rndc.conf
rndc.conf is the configuration file
for rndc, the BIND 9 name server control
utility. This file has a similar structure and syntax to
@@ -136,7 +136,7 @@
The name server must be configured to accept rndc connections and
to recognize the key specified in the rndc.conf
@@ -220,7 +220,7 @@
rndc [-b ] [source-address-c ] [config-file-k ] [key-file-s ] [server-p ] [port-V] [-y ] {command}key_id
rndc controls the operation of a name server. It supersedes the ndc utility @@ -81,7 +81,7 @@
A list of commands supported by rndc can be seen by running rndc without arguments. @@ -354,12 +354,14 @@ and, if applicable, from the server's nameserver address database or bad-server cache.
-flushtree name [view] flushtree [-all] name [view]
Flushes the given name, and all of its subdomains,
- from the server's DNS cache. Note that this does
- not affect he server's address
- database or bad-server cache.
+ from the server's DNS cache. By default, this does
+ not affect the server's address
+ database or bad-server cache. To eliminate matching
+ names from those databases as well, use
+ the -all option.
status@@ -514,7 +516,7 @@