]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
regen
authorMark Andrews <marka@isc.org>
Thu, 13 Jan 2005 04:52:21 +0000 (04:52 +0000)
committerMark Andrews <marka@isc.org>
Thu, 13 Jan 2005 04:52:21 +0000 (04:52 +0000)
bin/named/named.conf.5
bin/named/named.conf.html
doc/misc/options

index fd1b91d0fab36d1c9ee7552b52194daed6e6e68c..515886dea055c99439bfddb4265da47b86d64926 100644 (file)
@@ -12,7 +12,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: named.conf.5,v 1.6 2004/11/11 02:06:28 marka Exp $
+.\" $Id: named.conf.5,v 1.7 2005/01/13 04:52:20 marka Exp $
 .\"
 .TH "NAMED.CONF" "5" "Aug 13, 2004" "BIND9" ""
 .SH NAME
@@ -223,6 +223,7 @@ options {
        notify \fInotifytype\fR;
        notify-source ( \fIipv4_address\fR | * ) [ port ( \fIinteger\fR | * ) ];
        notify-source-v6 ( \fIipv6_address\fR | * ) [ port ( \fIinteger\fR | * ) ];
+       notify-delay \fIseconds\fR;
        also-notify [ port \fIinteger\fR ] { ( \fIipv4_address\fR | \fIipv6_address\fR )
                [ port \fIinteger\fR ]; ... };
        allow-notify { \fIaddress_match_element\fR; ... };
@@ -351,6 +352,7 @@ view \fIstring\fR \fIoptional_class\fR {
        notify \fInotifytype\fR;
        notify-source ( \fIipv4_address\fR | * ) [ port ( \fIinteger\fR | * ) ];
        notify-source-v6 ( \fIipv6_address\fR | * ) [ port ( \fIinteger\fR | * ) ];
+       notify-delay \fIseconds\fR;
        also-notify [ port \fIinteger\fR ] { ( \fIipv4_address\fR | \fIipv6_address\fR )
                [ port \fIinteger\fR ]; ... };
        allow-notify { \fIaddress_match_element\fR; ... };
@@ -427,6 +429,7 @@ zone \fIstring\fR \fIoptional_class\fR {
        notify \fInotifytype\fR;
        notify-source ( \fIipv4_address\fR | * ) [ port ( \fIinteger\fR | * ) ];
        notify-source-v6 ( \fIipv6_address\fR | * ) [ port ( \fIinteger\fR | * ) ];
+       notify-delay \fIseconds\fR;
        also-notify [ port \fIinteger\fR ] { ( \fIipv4_address\fR | \fIipv6_address\fR )
                [ port \fIinteger\fR ]; ... };
        allow-notify { \fIaddress_match_element\fR; ... };
index 7a79e849aace373b23c0fced66fce0e80b0ec4b2..ca85d57b261b1370afaf32a3b8fb59467858d61d 100644 (file)
@@ -14,7 +14,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: named.conf.html,v 1.7 2004/11/11 02:06:29 marka Exp $ -->
+<!-- $Id: named.conf.html,v 1.8 2005/01/13 04:52:20 marka Exp $ -->
 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <HTML
@@ -845,6 +845,10 @@ CLASS="REPLACEABLE"
 >integer</VAR
 > | * ) </SPAN
 >];<br>
+       notify-delay&nbsp;<VAR
+CLASS="REPLACEABLE"
+>seconds</VAR
+>;<br>
        also-notify&nbsp;[<SPAN
 CLASS="OPTIONAL"
 > port <VAR
@@ -1050,7 +1054,7 @@ CLASS="REPLACEABLE"
 ><DIV
 CLASS="REFSECT1"
 ><A
-NAME="AEN274"
+NAME="AEN275"
 ></A
 ><H2
 >VIEW</H2
@@ -1377,6 +1381,10 @@ CLASS="REPLACEABLE"
 >integer</VAR
 > | * ) </SPAN
 >];<br>
+       notify-delay&nbsp;<VAR
+CLASS="REPLACEABLE"
+>seconds</VAR
+>;<br>
        also-notify&nbsp;[<SPAN
 CLASS="OPTIONAL"
 > port <VAR
@@ -1550,7 +1558,7 @@ CLASS="REPLACEABLE"
 ><DIV
 CLASS="REFSECT1"
 ><A
-NAME="AEN402"
+NAME="AEN404"
 ></A
 ><H2
 >ZONE</H2
@@ -1686,6 +1694,10 @@ CLASS="REPLACEABLE"
 >integer</VAR
 > | * ) </SPAN
 >];<br>
+       notify-delay&nbsp;<VAR
+CLASS="REPLACEABLE"
+>seconds</VAR
+>;<br>
        also-notify&nbsp;[<SPAN
 CLASS="OPTIONAL"
 > port <VAR
@@ -1872,7 +1884,7 @@ CLASS="REPLACEABLE"
 ><DIV
 CLASS="REFSECT1"
 ><A
-NAME="AEN485"
+NAME="AEN488"
 ></A
 ><H2
 >FILES</H2
@@ -1885,7 +1897,7 @@ CLASS="FILENAME"
 ><DIV
 CLASS="REFSECT1"
 ><A
-NAME="AEN489"
+NAME="AEN492"
 ></A
 ><H2
 >SEE ALSO</H2
index e16959c5e2ad81947315a47ed4978ab63fdafeaa..0da76f313d8bd2da24b49efa8009ec203441e08b 100644 (file)
@@ -100,6 +100,7 @@ options {
         notify-source-v6 ( <ipv6_address> | * ) [ port ( <integer> | * ) ];
         also-notify [ port <integer> ] { ( <ipv4_address> | <ipv6_address>
             ) [ port <integer> ]; ... };
+        notify-delay <integer>;
         dialup <dialuptype>;
         forward ( first | only );
         forwarders [ port <integer> ] { ( <ipv4_address> | <ipv6_address> )
@@ -191,6 +192,7 @@ view <string> <optional_class> {
                     | * ) ];
                 also-notify [ port <integer> ] { ( <ipv4_address> |
                     <ipv6_address> ) [ port <integer> ]; ... };
+                notify-delay <integer>;
                 dialup <dialuptype>;
                 forward ( first | only );
                 forwarders [ port <integer> ] { ( <ipv4_address> |
@@ -288,6 +290,7 @@ view <string> <optional_class> {
         notify-source-v6 ( <ipv6_address> | * ) [ port ( <integer> | * ) ];
         also-notify [ port <integer> ] { ( <ipv4_address> | <ipv6_address>
             ) [ port <integer> ]; ... };
+        notify-delay <integer>;
         dialup <dialuptype>;
         forward ( first | only );
         forwarders [ port <integer> ] { ( <ipv4_address> | <ipv6_address> )
@@ -355,6 +358,7 @@ zone <string> <optional_class> {
         notify-source-v6 ( <ipv6_address> | * ) [ port ( <integer> | * ) ];
         also-notify [ port <integer> ] { ( <ipv4_address> | <ipv6_address>
             ) [ port <integer> ]; ... };
+        notify-delay <integer>;
         dialup <dialuptype>;
         forward ( first | only );
         forwarders [ port <integer> ] { ( <ipv4_address> | <ipv6_address> )