From: Mark Andrews Date: Sun, 19 Aug 2007 23:26:19 +0000 (+0000) Subject: regen X-Git-Tag: v9.4.2rc1~39^2~35 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=763a2f8ca55318aedb0dc0e5b1d35b53fe28c7d5;p=thirdparty%2Fbind9.git regen --- diff --git a/bin/named/named.conf.5 b/bin/named/named.conf.5 index af129a56a5e..7f0e0121c3c 100644 --- a/bin/named/named.conf.5 +++ b/bin/named/named.conf.5 @@ -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.28 2007/06/20 02:27:32 marka Exp $ +.\" $Id: named.conf.5,v 1.29 2007/08/19 23:26:19 marka Exp $ .\" .hy 0 .ad l @@ -259,6 +259,7 @@ options { allow\-update { \fIaddress_match_element\fR; ... }; allow\-update\-forwarding { \fIaddress_match_element\fR; ... }; update\-check\-ksk \fIboolean\fR; + masterfile\-format ( text | raw ); notify \fInotifytype\fR; notify\-source ( \fIipv4_address\fR | * ) [ port ( \fIinteger\fR | * ) ]; notify\-source\-v6 ( \fIipv6_address\fR | * ) [ port ( \fIinteger\fR | * ) ]; @@ -399,6 +400,7 @@ view \fIstring\fR \fIoptional_class\fR { allow\-update { \fIaddress_match_element\fR; ... }; allow\-update\-forwarding { \fIaddress_match_element\fR; ... }; update\-check\-ksk \fIboolean\fR; + masterfile\-format ( text | raw ); notify \fInotifytype\fR; notify\-source ( \fIipv4_address\fR | * ) [ port ( \fIinteger\fR | * ) ]; notify\-source\-v6 ( \fIipv6_address\fR | * ) [ port ( \fIinteger\fR | * ) ]; @@ -477,6 +479,7 @@ zone \fIstring\fR \fIoptional_class\fR { \fIrrtypelist\fR; ... }; update\-check\-ksk \fIboolean\fR; + masterfile\-format ( text | raw ); notify \fInotifytype\fR; notify\-source ( \fIipv4_address\fR | * ) [ port ( \fIinteger\fR | * ) ]; notify\-source\-v6 ( \fIipv6_address\fR | * ) [ port ( \fIinteger\fR | * ) ]; diff --git a/bin/named/named.conf.html b/bin/named/named.conf.html index cdeece1ac83..82c807b00ba 100644 --- a/bin/named/named.conf.html +++ b/bin/named/named.conf.html @@ -13,7 +13,7 @@ - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - PERFORMANCE OF THIS SOFTWARE. --> - + @@ -261,6 +261,7 @@ options allow-update-forwarding { address_match_element; ... };
update-check-ksk boolean;

+ masterfile-format ( text | raw );
notify notifytype;
notify-source ( ipv4_address | * ) [ port ( integer | * ) ];
notify-source-v6 ( ipv6_address | * ) [ port ( integer | * ) ];
@@ -319,7 +320,7 @@ options

-

VIEW

+

VIEW


view string optional_class {
match-clients { address_match_element; ... };
@@ -415,6 +416,7 @@ view allow-update-forwarding { address_match_element; ... };
update-check-ksk boolean;

+ masterfile-format ( text | raw );
notify notifytype;
notify-source ( ipv4_address | * ) [ port ( integer | * ) ];
notify-source-v6 ( ipv6_address | * ) [ port ( integer | * ) ];
@@ -465,7 +467,7 @@ view

-

ZONE

+

ZONE


zone string optional_class {
type ( master | slave | stub | hint |
@@ -502,6 +504,7 @@ zone };
update-check-ksk boolean;

+ masterfile-format ( text | raw );
notify notifytype;
notify-source ( ipv4_address | * ) [ port ( integer | * ) ];
notify-source-v6 ( ipv6_address | * ) [ port ( integer | * ) ];
@@ -551,12 +554,12 @@ zone

-

FILES

+

FILES

/etc/named.conf

-

SEE ALSO

+

SEE ALSO

named(8), named-checkconf(8), rndc(8),