From: Mark Andrews Date: Tue, 16 May 2006 06:07:09 +0000 (+0000) Subject: make query-source{-v6} clearer X-Git-Tag: v9.4.0b1~36^2~77 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=ffcc1bdb3635ef9c6992b9c24d7c85ebab2c393b;p=thirdparty%2Fbind9.git make query-source{-v6} clearer --- diff --git a/bin/named/named.conf.docbook b/bin/named/named.conf.docbook index 1ba25acf881..3fc54dac7e8 100644 --- a/bin/named/named.conf.docbook +++ b/bin/named/named.conf.docbook @@ -17,7 +17,7 @@ - PERFORMANCE OF THIS SOFTWARE. --> - + Aug 13, 2004 @@ -232,8 +232,8 @@ options { rfc2308-type1 boolean; // not yet implemented additional-from-auth boolean; additional-from-cache boolean; - query-source querysource4; - query-source-v6 querysource6; + query-source ( ( ipv4_address | * ) | address ( ipv4_address | * ) ) port ( integer | * ) ; + query-source-v6 ( ( ipv6_address | * ) | address ( ipv6_address | * ) ) port ( integer | * ) ; cleaning-interval integer; min-roots integer; // not implemented lame-ttl integer; @@ -380,8 +380,8 @@ view string optional_class rfc2308-type1 boolean; // not yet implemented additional-from-auth boolean; additional-from-cache boolean; - query-source querysource4; - query-source-v6 querysource6; + query-source ( ( ipv4_address | * ) | address ( ipv4_address | * ) ) port ( integer | * ) ; + query-source-v6 ( ( ipv6_address | * ) | address ( ipv6_address | * ) ) port ( integer | * ) ; cleaning-interval integer; min-roots integer; // not implemented lame-ttl integer;