From 0ade7651fcd9c76c1ac7a168adee6b83648b84b3 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Tue, 18 Jul 2000 18:16:19 +0000 Subject: [PATCH] hint zones do go in views; match_clients -> match-clients --- doc/arm/Bv9ARM.6.html | 17 +++-------------- doc/arm/Bv9ARM.txt | 9 ++------- 2 files changed, 5 insertions(+), 21 deletions(-) diff --git a/doc/arm/Bv9ARM.6.html b/doc/arm/Bv9ARM.6.html index d38394114b..35b0331062 100644 --- a/doc/arm/Bv9ARM.6.html +++ b/doc/arm/Bv9ARM.6.html @@ -16,7 +16,7 @@ - SOFTWARE. --> - + @@ -3886,7 +3886,7 @@ view

  view view name {
-      match_clients { address_match_list } ; 
+      match-clients { address_match_list } ; 
       [view_option; ...]
       [zone_statement; ...]]
 };
@@ -3964,18 +3964,7 @@ zone
  statements must occur inside 
 view
  statements.

-

- - -A -zone - statement of type -hint - for the root zone (` -. -') does not strictly define a zone. Therefore, it should not be included in a -view - statement.

+

diff --git a/doc/arm/Bv9ARM.txt b/doc/arm/Bv9ARM.txt index 884c776151..dfb62a15e7 100644 --- a/doc/arm/Bv9ARM.txt +++ b/doc/arm/Bv9ARM.txt @@ -734,9 +734,7 @@ The key{} statement has two clauses: algorithm and secret. While the configuration parser will accept any string as the argument to algorithm, currently only the string "hmac-md5" has any meaning. The secret is a base-64 encoded string, typically generated with either dnssec-keygen or -mmencode. The parser will happily accept an invalid base-64 string, but it -will never work with the server because the server validates the -base-64 of the secret for itself when loading its own configuration file. +mmencode. The server{} statement uses the key clause to associate a key{}-defined key with a server. The argument to the server{} statement is a host name or @@ -2920,7 +2918,7 @@ representation of the key data. 6.2.17 view Statement Grammar view view name { - match_clients { address_match_list } ; + match-clients { address_match_list } ; [view_option; ...] [zone_statement; ...]] }; @@ -2958,9 +2956,6 @@ statements specified on the top level of the configuration file are considered to be part of this default view. If any explicit view statements are present, all zone statements must occur inside view statements. -A zone statement of type hint for the root zone ('.') does not strictly -define a zone. Therefore, it should not be included in a view statement. - Here is an example of a typical split DNS setup implemented using view statements.