From: Mark Andrews Date: Fri, 17 Aug 2007 06:10:44 +0000 (+0000) Subject: add masterfile-format X-Git-Tag: v9.4.2rc1~39^2~38 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=982b1c2bf53900e87a7efe15ade9fa44e30372a1;p=thirdparty%2Fbind9.git add masterfile-format --- diff --git a/bin/named/named.conf.docbook b/bin/named/named.conf.docbook index 1b245d73b53..33cd16236b2 100644 --- a/bin/named/named.conf.docbook +++ b/bin/named/named.conf.docbook @@ -17,7 +17,7 @@ - PERFORMANCE OF THIS SOFTWARE. --> - + Aug 13, 2004 @@ -290,6 +290,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 | * ) ; @@ -445,6 +446,7 @@ view string optional_class 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 | * ) ; @@ -533,6 +535,7 @@ zone string optional_class }; update-check-ksk boolean; + masterfile-format ( text | raw ); notify notifytype; notify-source ( ipv4_address | * ) port ( integer | * ) ; notify-source-v6 ( ipv6_address | * ) port ( integer | * ) ;