From 982b1c2bf53900e87a7efe15ade9fa44e30372a1 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 17 Aug 2007 06:10:44 +0000 Subject: [PATCH] add masterfile-format --- bin/named/named.conf.docbook | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/named/named.conf.docbook b/bin/named/named.conf.docbook index 1b245d73b5..33cd16236b 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 | * ) ;