]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorAndreas Gustafsson <source@isc.org>
Tue, 18 Jul 2000 18:18:02 +0000 (18:18 +0000)
committerAndreas Gustafsson <source@isc.org>
Tue, 18 Jul 2000 18:18:02 +0000 (18:18 +0000)
hint zones do go in views; match_clients -> match-clients

doc/arm/Bv9ARM.6.html
doc/arm/Bv9ARM.txt

index 9b308ba766333d44ba6ff6f3ea010112d7720101..48e30ff114da26e50d28dccb19c9fde9d0198bf1 100644 (file)
@@ -16,7 +16,7 @@
  - SOFTWARE.
 -->
 
-<!-- $Id: Bv9ARM.6.html,v 1.5.2.3 2000/07/12 17:57:45 gson Exp $ -->
+<!-- $Id: Bv9ARM.6.html,v 1.5.2.4 2000/07/18 18:18:00 gson Exp $ -->
 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML EXPERIMENTAL 970324//EN">
 <HTML>
@@ -3886,7 +3886,7 @@ view</CODE>
 
 <PRE CLASS="2Level-fixed"><A NAME="pgfId=1038409"></A>
 <KBD CLASS="Literal-user-input"> view </KBD><EM CLASS="variable">view name</EM><KBD CLASS="Literal-user-input"> {</KBD>
-      <KBD CLASS="Literal-user-input">match_clients {</KBD> <EM CLASS="variable">address_match_list</EM><KBD CLASS="Literal-user-input"> } ; </KBD>
+      <KBD CLASS="Literal-user-input">match-clients {</KBD> <EM CLASS="variable">address_match_list</EM><KBD CLASS="Literal-user-input"> } ; </KBD>
       <EM CLASS="Optional-meta-syntax">[</EM><CODE CLASS="grammar_literal">view_option</CODE><KBD CLASS="Literal-user-input">;</KBD><EM CLASS="Optional-meta-syntax"> ...]</EM>
       <EM CLASS="Optional-meta-syntax">[</EM><CODE CLASS="grammar_literal">zone_statement</CODE><KBD CLASS="Literal-user-input">;</KBD><EM CLASS="Optional-meta-syntax"> ...]]</EM>
 <KBD CLASS="Literal-user-input">};</KBD>
@@ -3964,18 +3964,7 @@ zone</CODE>
  statements must occur inside <CODE CLASS="Program-Process">
 view</CODE>
  statements.</P>
-<P CLASS="3LevelContinued">
-<A NAME="pgfId=1107611">
-</A>
-A <CODE CLASS="Program-Process">
-zone</CODE>
- statement of type <EM CLASS="variable">
-hint</EM>
- for the root zone (`<EM CLASS="grammar_literal">
-.</EM>
-') does not strictly define a zone. Therefore, it should not be included in a <CODE CLASS="Program-Process">
-view</CODE>
- statement.</P>
+
 <P CLASS="3LevelContinued">
 <A NAME="pgfId=1038608">
 </A>
index 884c7761519603797653837cb3ba364c1f7d5c02..dfb62a15e7bc8b9bb9a0ea0b39d4eb3ebbb1a0b2 100644 (file)
@@ -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.