From ffcc1bdb3635ef9c6992b9c24d7c85ebab2c393b Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 16 May 2006 06:07:09 +0000 Subject: [PATCH] make query-source{-v6} clearer --- bin/named/named.conf.docbook | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/named/named.conf.docbook b/bin/named/named.conf.docbook index 1ba25acf88..3fc54dac7e 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;