]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
regen
authorMark Andrews <marka@isc.org>
Fri, 23 Jul 2004 06:09:34 +0000 (06:09 +0000)
committerMark Andrews <marka@isc.org>
Fri, 23 Jul 2004 06:09:34 +0000 (06:09 +0000)
bin/rndc/rndc.8
bin/rndc/rndc.conf.5
bin/rndc/rndc.conf.html
bin/rndc/rndc.html
doc/misc/options

index a1c6a68436953547d42a929df1b7f987eb33040c..3064a431c0d37dbf0ff3f3b7fdd7c9f09e868cf0 100644 (file)
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: rndc.8,v 1.29 2004/06/03 04:12:38 marka Exp $
+.\" $Id: rndc.8,v 1.30 2004/07/23 06:09:33 marka Exp $
 .\"
 .TH "RNDC" "8" "June 30, 2000" "BIND9" ""
 .SH NAME
 rndc \- name server control utility
 .SH SYNOPSIS
 .sp
-\fBrndc\fR [ \fB-c \fIconfig-file\fB\fR ]  [ \fB-k \fIkey-file\fB\fR ]  [ \fB-s \fIserver\fB\fR ]  [ \fB-p \fIport\fB\fR ]  [ \fB-V\fR ]  [ \fB-y \fIkey_id\fB\fR ]  \fBcommand\fR
+\fBrndc\fR [ \fB-b \fIsource-address\fB\fR ]  [ \fB-c \fIconfig-file\fB\fR ]  [ \fB-k \fIkey-file\fB\fR ]  [ \fB-s \fIserver\fB\fR ]  [ \fB-p \fIport\fB\fR ]  [ \fB-V\fR ]  [ \fB-y \fIkey_id\fB\fR ]  \fBcommand\fR
 .SH "DESCRIPTION"
 .PP
 \fBrndc\fR controls the operation of a name
@@ -47,6 +47,12 @@ determine how to contact the name server and decide what
 algorithm and key it should use.
 .SH "OPTIONS"
 .TP
+\fB-b \fIsource-address\fB\fR
+Use \fIsource-address\fR
+as the source address for the connection to the server.
+Multiple instances are permitted to allow setting of both
+the IPv4 and IPv6 source addresses.
+.TP
 \fB-c \fIconfig-file\fB\fR
 Use \fIconfig-file\fR
 as the configuration file instead of the default,
index 06451541c6fb18b226418380f3bedd395b5217a9..e1daf55e2fdd71dc07a6cf1b93f0a0e900d6fbcc 100644 (file)
@@ -13,7 +13,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: rndc.conf.5,v 1.27 2004/06/18 06:00:41 marka Exp $
+.\" $Id: rndc.conf.5,v 1.28 2004/07/23 06:09:33 marka Exp $
 .\"
 .TH "RNDC.CONF" "5" "June 30, 2000" "BIND9" ""
 .SH NAME
@@ -42,7 +42,7 @@ Unix style: # to end of line
 statements: an options statement, a server statement
 and a key statement.
 .PP
-The \fBoptions\fR statement contains three clauses.
+The \fBoptions\fR statement contains five clauses.
 The \fBdefault-server\fR clause is followed by the
 name or address of a name server. This host will be used when
 no name server is given as an argument to
@@ -59,6 +59,10 @@ to connect to on the remote name server. If no
 line, and no \fBport\fR clause is found in a
 matching \fBserver\fR statement, this default port
 will be used to connect.
+The \fBdefault-source-address\fR and
+\fBdefault-source-address-v6\fR clauses which
+can be used to set the IPv4 and IPv6 source addresses
+respectively.
 .PP
 After the \fBserver\fR keyword, the server
 statement includes a string which is the hostname or address
@@ -69,6 +73,9 @@ name of a key statement in the file. The port number
 specifies the port to connect to. If an \fBaddresses\fR
 clause is supplied these addresses will be used instead of
 the server name. Each address can take a optional port.
+If an \fBsource-address\fR or \fBsource-address-v6\fR
+of supplied then these will be used to specify the IPv4 and IPv6
+source addresses respectively. 
 .PP
 The \fBkey\fR statement begins with an identifying
 string, the name of the key. The statement has two clauses.
index 358371a939877b8c9d9003c660fbca9656c37f8d..51ca28d379b75078c91c78303975d8293b098cf2 100644 (file)
@@ -15,7 +15,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: rndc.conf.html,v 1.10 2004/06/18 06:00:41 marka Exp $ -->
+<!-- $Id: rndc.conf.html,v 1.11 2004/07/23 06:09:33 marka Exp $ -->
 
 <HTML
 ><HEAD
@@ -114,7 +114,7 @@ CLASS="FILENAME"
 >        The <TT
 CLASS="OPTION"
 >options</TT
-> statement contains three clauses.
+> statement contains five clauses.
        The <TT
 CLASS="OPTION"
 >default-server</TT
@@ -164,6 +164,16 @@ CLASS="OPTION"
 >server</TT
 > statement, this default port
        will be used to connect.
+       The <TT
+CLASS="OPTION"
+>default-source-address</TT
+> and
+       <TT
+CLASS="OPTION"
+>default-source-address-v6</TT
+> clauses which
+       can be used to set the IPv4 and IPv6 source addresses
+       respectively.
     </P
 ><P
 >      After the <TT
@@ -190,6 +200,15 @@ CLASS="OPTION"
 >
        clause is supplied these addresses will be used instead of
        the server name.  Each address can take a optional port.
+       If an <TT
+CLASS="OPTION"
+>source-address</TT
+> or <TT
+CLASS="OPTION"
+>source-address-v6</TT
+>
+       of supplied then these will be used to specify the IPv4 and IPv6
+       source addresses respectively. 
     </P
 ><P
 >        The <TT
@@ -235,7 +254,7 @@ CLASS="COMMAND"
 ><DIV
 CLASS="REFSECT1"
 ><A
-NAME="AEN56"
+NAME="AEN60"
 ></A
 ><H2
 >EXAMPLE</H2
@@ -338,7 +357,7 @@ CLASS="USERINPUT"
 ><DIV
 CLASS="REFSECT1"
 ><A
-NAME="AEN77"
+NAME="AEN81"
 ></A
 ><H2
 >NAME SERVER CONFIGURATION</H2
@@ -362,7 +381,7 @@ CLASS="OPTION"
 ><DIV
 CLASS="REFSECT1"
 ><A
-NAME="AEN83"
+NAME="AEN87"
 ></A
 ><H2
 >SEE ALSO</H2
@@ -397,7 +416,7 @@ CLASS="CITETITLE"
 ><DIV
 CLASS="REFSECT1"
 ><A
-NAME="AEN96"
+NAME="AEN100"
 ></A
 ><H2
 >AUTHOR</H2
index 187ec3b22a34e0a4723227285b01e7ea64bcaa0f..1ce1079fb88bd0748d32d73233981a10e08a957d 100644 (file)
@@ -15,7 +15,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: rndc.html,v 1.11 2004/06/03 04:12:38 marka Exp $ -->
+<!-- $Id: rndc.html,v 1.12 2004/07/23 06:09:34 marka Exp $ -->
 
 <HTML
 ><HEAD
@@ -64,6 +64,14 @@ CLASS="COMMAND"
 >rndc</B
 >  [<TT
 CLASS="OPTION"
+>-b <TT
+CLASS="REPLACEABLE"
+><I
+>source-address</I
+></TT
+></TT
+>] [<TT
+CLASS="OPTION"
 >-c <TT
 CLASS="REPLACEABLE"
 ><I
@@ -110,7 +118,7 @@ CLASS="REPLACEABLE"
 ><DIV
 CLASS="REFSECT1"
 ><A
-NAME="AEN34"
+NAME="AEN37"
 ></A
 ><H2
 >DESCRIPTION</H2
@@ -165,7 +173,7 @@ CLASS="COMMAND"
 ><DIV
 CLASS="REFSECT1"
 ><A
-NAME="AEN46"
+NAME="AEN49"
 ></A
 ><H2
 >OPTIONS</H2
@@ -175,6 +183,26 @@ NAME="AEN46"
 CLASS="VARIABLELIST"
 ><DL
 ><DT
+>-b <TT
+CLASS="REPLACEABLE"
+><I
+>source-address</I
+></TT
+></DT
+><DD
+><P
+>            Use <TT
+CLASS="REPLACEABLE"
+><I
+>source-address</I
+></TT
+>
+             as the source address for the connection to the server.
+             Multiple instances are permitted to allow setting of both
+             the IPv4 and IPv6 source addresses.
+         </P
+></DD
+><DT
 >-c <TT
 CLASS="REPLACEABLE"
 ><I
@@ -341,7 +369,7 @@ CLASS="COMMAND"
 ><DIV
 CLASS="REFSECT1"
 ><A
-NAME="AEN94"
+NAME="AEN103"
 ></A
 ><H2
 >LIMITATIONS</H2
@@ -369,7 +397,7 @@ CLASS="OPTION"
 ><DIV
 CLASS="REFSECT1"
 ><A
-NAME="AEN102"
+NAME="AEN111"
 ></A
 ><H2
 >SEE ALSO</H2
@@ -411,7 +439,7 @@ CLASS="CITETITLE"
 ><DIV
 CLASS="REFSECT1"
 ><A
-NAME="AEN118"
+NAME="AEN127"
 ></A
 ><H2
 >AUTHOR</H2
index f77e4940c58d8f23166183789fe56e8115cca2cf..5e39b8cfc9b40344f62f2ce10cbdd83659e3581a 100644 (file)
@@ -212,7 +212,7 @@ view <string> <optional_class> {
                 zone-statistics <boolean>;
                 key-directory <quoted_string>;
         };
-        server <netaddr> {
+        server ( <ipv4_address> | <ipv6_address> ) {
                 bogus <boolean>;
                 provide-ixfr <boolean>;
                 request-ixfr <boolean>;
@@ -367,7 +367,7 @@ zone <string> <optional_class> {
         key-directory <quoted_string>;
 };
 
-server <netaddr> {
+server ( <ipv4_address> | <ipv6_address> ) {
         bogus <boolean>;
         provide-ixfr <boolean>;
         request-ixfr <boolean>;