]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
regenerated
authorAndreas Gustafsson <source@isc.org>
Wed, 27 Jun 2001 17:47:20 +0000 (17:47 +0000)
committerAndreas Gustafsson <source@isc.org>
Wed, 27 Jun 2001 17:47:20 +0000 (17:47 +0000)
doc/arm/Bv9ARM.ch06.html
doc/arm/Bv9ARM.ch07.html
doc/arm/Bv9ARM.ch08.html
doc/arm/Bv9ARM.ch09.html
doc/arm/Bv9ARM.html

index 68f8291a37b33c700dd00e916c56817f558a3f9d..2499a3be68ef8099b72d48a52b36473fc278f30a 100644 (file)
@@ -90,7 +90,7 @@ HREF="Bv9ARM.ch06.html#Configuration_File_Grammar"
 ></DT
 ><DT
 >6.3. <A
-HREF="Bv9ARM.ch06.html#AEN3429"
+HREF="Bv9ARM.ch06.html#AEN3441"
 >Zone File</A
 ></DT
 ></DL
@@ -4881,12 +4881,15 @@ CLASS="command"
 WIDTH="287"
 ALIGN="LEFT"
 VALIGN="MIDDLE"
-><P
->&#13;These options control the server's behavior when answering queries
-which have additional data, or when following CNAME and DNAME
-chains to provide additional data.
+>&#13;
+<P
+>&#13;These options control the behavior of an authoritative server when
+answering queries which have additional data, or when following CNAME
+and DNAME chains.
 </P
-><P
+>
+
+<P
 >&#13;When both of these options are set to <TT
 CLASS="userinput"
 ><B
@@ -4894,18 +4897,20 @@ CLASS="userinput"
 ></TT
 > 
 (the default) and a
-query is being answered from authoratitive data (a zone
+query is being answered from authoritative data (a zone
 configured into the server), the additional data section of the
-reply will be filled in using data from other authoratitive zones
+reply will be filled in using data from other authoritative zones
 and from the cache.  In some situations this is undesirable, such
-as when there is concern over the correctness of the cache, or in
+as when there is concern over the correctness of the cache, or
 in servers where slave zones may be added and modified by
 untrusted third parties.  Also, avoiding
 the search for this additional data will speed up server operations
 at the possible expense of additional queries to resolve what would
 otherwise be provided in the additional section.
 </P
-><P
+>
+
+<P
 >&#13;For example, if a query asks for an MX record for host <TT
 CLASS="literal"
 >foo.example.com</TT
@@ -4918,9 +4923,62 @@ records (A, A6, and AAAA) for <TT
 CLASS="literal"
 >mail.example.net</TT
 > will be provided as well,
-if known.  These options disable this behavior.
+if known.  Setting these options to <B
+CLASS="command"
+>no</B
+> disables this behavior.
+</P
+>
+
+<P
+>&#13;These options are intended for use in authoritative-only 
+servers, or in authoritative-only views.
+In other words, they should only be set to
+<B
+CLASS="command"
+>no</B
+> if the option <B
+CLASS="command"
+>recursion no;</B
+>
+has also been specified.  Setting them to <B
+CLASS="command"
+>no</B
+> in a
+recursive server will have unexpected side effects such as causing
+recursion to not function.
+</P
+>
+
+<P
+>&#13;Specifying <B
+CLASS="command"
+>additional-from-cache no</B
+> actually
+disables the use of the cache not only for additional data lookups
+but also when looking up the answer.  This is usually the desired
+behavior in an authoritative-only server where the correctness of
+the cached data is an issue.
+</P
+>
+
+<P
+>&#13;When a name server is non-recursively queried for a name that is not
+below the apex of any served zone, it normally answers with an
+"upwards referral" to the root servers or the servers of some other
+known parent of the query name.  Since the data in an upwards referral
+comes from the cache, the server will not be able to provide upwards
+referrals when <B
+CLASS="command"
+>additional-from-cache no</B
+>
+has been specified.  Instead, it will respond to such queries
+with REFUSED.  This should not cause any problems since
+upwards referrals are not required for the resolution process.
 </P
 >
+
+
 </TD
 ></TR
 ></TBODY
@@ -4934,7 +4992,7 @@ CLASS="sect3"
 ><H3
 CLASS="sect3"
 ><A
-NAME="AEN2290"
+NAME="AEN2299"
 >6.2.14.2. Forwarding</A
 ></H3
 ><P
@@ -4949,7 +5007,7 @@ its cache.</P
 ><DIV
 CLASS="informaltable"
 ><A
-NAME="AEN2294"
+NAME="AEN2303"
 ></A
 ><P
 ></P
@@ -5046,7 +5104,7 @@ details on how to specify IP address lists.</P
 ><DIV
 CLASS="informaltable"
 ><A
-NAME="AEN2321"
+NAME="AEN2330"
 ></A
 ><P
 ></P
@@ -5215,7 +5273,7 @@ CLASS="sect3"
 ><H3
 CLASS="sect3"
 ><A
-NAME="AEN2366"
+NAME="AEN2375"
 >6.2.14.4. Interfaces</A
 ></H3
 ><P
@@ -5310,7 +5368,7 @@ CLASS="sect3"
 ><H3
 CLASS="sect3"
 ><A
-NAME="AEN2392"
+NAME="AEN2401"
 >6.2.14.5. Query Address</A
 ></H3
 ><P
@@ -5382,7 +5440,7 @@ system. The following options apply to zone transfers.</P
 ><DIV
 CLASS="informaltable"
 ><A
-NAME="AEN2410"
+NAME="AEN2419"
 ></A
 ><P
 ></P
@@ -5574,41 +5632,61 @@ CLASS="command"
 WIDTH="264"
 ALIGN="LEFT"
 VALIGN="MIDDLE"
-><P
->The server supports two zone transfer methods. <B
+>&#13;
+<P
+>&#13;Zone transfers can be sent using two different formats,
+<B
 CLASS="command"
 >one-answer</B
-> uses
-one DNS message per resource record transferred. <B
+> and <B
 CLASS="command"
 >many-answers</B
-> packs
-as many resource records as possible into a message. <B
+>.
+The <B
+CLASS="command"
+>transfer-format</B
+> option is used
+on the master server to determine which format it sends.
+<B
+CLASS="command"
+>one-answer</B
+> uses one DNS message per
+resource record transferred.
+<B
 CLASS="command"
 >many-answers</B
-> is
-more efficient, but is only known to be understood by <SPAN
+> packs as many resource records as
+possible into a message. <B
+CLASS="command"
+>many-answers</B
+> is more
+efficient, but is only supported by relatively new slave servers,
+such as <SPAN
 CLASS="acronym"
 >BIND</SPAN
 > 9, <SPAN
 CLASS="acronym"
 >BIND</SPAN
->
-8.x and patched versions of <SPAN
+> 8.x and patched
+versions of <SPAN
 CLASS="acronym"
 >BIND</SPAN
-> 4.9.5. The default is <B
+> 4.9.5. The default is
+<B
 CLASS="command"
 >many-answers</B
 >. <B
 CLASS="command"
 >transfer-format</B
-> may
-be overridden on a per-server basis by using the <B
+>
+may be overridden on a per-server basis by using the
+<B
 CLASS="command"
 >server</B
-> statement.</P
-></TD
+> statement.
+</P
+>
+</TD
 ></TR
 ><TR
 ><TD
@@ -5857,7 +5935,7 @@ CLASS="sect3"
 ><H3
 CLASS="sect3"
 ><A
-NAME="AEN2539"
+NAME="AEN2551"
 >6.2.14.7. Resource Limits</A
 ></H3
 ><P
@@ -5897,7 +5975,7 @@ HREF="Bv9ARM.ch06.html#configuration_file_elements"
 ><DIV
 CLASS="informaltable"
 ><A
-NAME="AEN2549"
+NAME="AEN2561"
 ></A
 ><P
 ></P
@@ -6077,13 +6155,13 @@ CLASS="sect3"
 ><H3
 CLASS="sect3"
 ><A
-NAME="AEN2602"
+NAME="AEN2614"
 >6.2.14.8. Periodic Task Intervals</A
 ></H3
 ><DIV
 CLASS="informaltable"
 ><A
-NAME="AEN2604"
+NAME="AEN2616"
 ></A
 ><P
 ></P
@@ -6492,7 +6570,7 @@ CLASS="command"
 ><DIV
 CLASS="informaltable"
 ><A
-NAME="AEN2698"
+NAME="AEN2710"
 ></A
 ><P
 ></P
@@ -6633,7 +6711,7 @@ NAME="tuning"
 ><DIV
 CLASS="informaltable"
 ><A
-NAME="AEN2736"
+NAME="AEN2748"
 ></A
 ><P
 ></P
@@ -6855,7 +6933,7 @@ number is identical to the number in the beginning line.</P
 ><DIV
 CLASS="informaltable"
 ><A
-NAME="AEN2794"
+NAME="AEN2806"
 ></A
 ><P
 ></P
@@ -7244,7 +7322,7 @@ CLASS="sect2"
 ><H2
 CLASS="sect2"
 ><A
-NAME="AEN2897"
+NAME="AEN2909"
 >6.2.17. <B
 CLASS="command"
 >trusted-keys</B
@@ -7319,7 +7397,7 @@ CLASS="sect2"
 ><H2
 CLASS="sect2"
 ><A
-NAME="AEN2913"
+NAME="AEN2925"
 >6.2.18. <B
 CLASS="command"
 >trusted-keys</B
@@ -7354,7 +7432,7 @@ CLASS="sect2"
 ><H2
 CLASS="sect2"
 ><A
-NAME="AEN2921"
+NAME="AEN2933"
 >6.2.19. <B
 CLASS="command"
 >view</B
@@ -7417,7 +7495,7 @@ CLASS="sect2"
 ><H2
 CLASS="sect2"
 ><A
-NAME="AEN2935"
+NAME="AEN2947"
 >6.2.20. <B
 CLASS="command"
 >view</B
@@ -8000,7 +8078,7 @@ CLASS="sect2"
 ><H2
 CLASS="sect2"
 ><A
-NAME="AEN3072"
+NAME="AEN3084"
 >6.2.22. <B
 CLASS="command"
 >zone</B
@@ -8011,13 +8089,13 @@ CLASS="sect3"
 ><H3
 CLASS="sect3"
 ><A
-NAME="AEN3075"
+NAME="AEN3087"
 >6.2.22.1. Zone Types</A
 ></H3
 ><DIV
 CLASS="informaltable"
 ><A
-NAME="AEN3077"
+NAME="AEN3089"
 ></A
 ><P
 ></P
@@ -8255,7 +8333,7 @@ CLASS="sect3"
 ><H3
 CLASS="sect3"
 ><A
-NAME="AEN3132"
+NAME="AEN3144"
 >6.2.22.2. Class</A
 ></H3
 ><P
@@ -8311,13 +8389,13 @@ CLASS="sect3"
 ><H3
 CLASS="sect3"
 ><A
-NAME="AEN3147"
+NAME="AEN3159"
 >6.2.22.3. Zone Options</A
 ></H3
 ><DIV
 CLASS="informaltable"
 ><A
-NAME="AEN3149"
+NAME="AEN3161"
 ></A
 ><P
 ></P
@@ -9206,7 +9284,7 @@ CLASS="varname"
 ><DIV
 CLASS="informaltable"
 ><A
-NAME="AEN3399"
+NAME="AEN3411"
 ></A
 ><P
 ></P
@@ -9313,7 +9391,7 @@ CLASS="sect1"
 ><H1
 CLASS="sect1"
 ><A
-NAME="AEN3429"
+NAME="AEN3441"
 >6.3. Zone File</A
 ></H1
 ><DIV
@@ -9334,7 +9412,7 @@ CLASS="sect3"
 ><H3
 CLASS="sect3"
 ><A
-NAME="AEN3434"
+NAME="AEN3446"
 >6.3.1.1. Resource Records</A
 ></H3
 ><P
@@ -9357,7 +9435,7 @@ HREF="Bv9ARM.ch06.html#rrset_ordering"
 ><DIV
 CLASS="informaltable"
 ><A
-NAME="AEN3440"
+NAME="AEN3452"
 ></A
 ><P
 ></P
@@ -9468,7 +9546,7 @@ or historical (h) and no longer in general use):</P
 ><DIV
 CLASS="informaltable"
 ><A
-NAME="AEN3472"
+NAME="AEN3484"
 ></A
 ><P
 ></P
@@ -9845,7 +9923,7 @@ are currently valid in the DNS:</P
 ><DIV
 CLASS="informaltable"
 ><A
-NAME="AEN3584"
+NAME="AEN3596"
 ></A
 ><P
 ></P
@@ -9897,7 +9975,7 @@ data that describes the resource:</P
 ><DIV
 CLASS="informaltable"
 ><A
-NAME="AEN3600"
+NAME="AEN3612"
 ></A
 ><P
 ></P
@@ -10074,7 +10152,7 @@ CLASS="sect3"
 ><H3
 CLASS="sect3"
 ><A
-NAME="AEN3648"
+NAME="AEN3660"
 >6.3.1.2. Textual expression of RRs</A
 ></H3
 ><P
@@ -10104,7 +10182,7 @@ knowledge of the typical representation for the data.</P
 ><DIV
 CLASS="informaltable"
 ><A
-NAME="AEN3655"
+NAME="AEN3667"
 ></A
 ><P
 ></P
@@ -10313,7 +10391,7 @@ domain names.</P
 ><DIV
 CLASS="informaltable"
 ><A
-NAME="AEN3721"
+NAME="AEN3733"
 ></A
 ><P
 ></P
@@ -10404,7 +10482,7 @@ CLASS="sect2"
 ><H2
 CLASS="sect2"
 ><A
-NAME="AEN3749"
+NAME="AEN3761"
 >6.3.2. Discussion of MX Records</A
 ></H2
 ><P
@@ -10437,7 +10515,7 @@ pointed to by the CNAME.</P
 ><DIV
 CLASS="informaltable"
 ><A
-NAME="AEN3755"
+NAME="AEN3767"
 ></A
 ><P
 ></P
@@ -10732,7 +10810,7 @@ used in a zone file.</P
 ><DIV
 CLASS="informaltable"
 ><A
-NAME="AEN3847"
+NAME="AEN3859"
 ></A
 ><P
 ></P
@@ -10815,7 +10893,7 @@ CLASS="sect2"
 ><H2
 CLASS="sect2"
 ><A
-NAME="AEN3870"
+NAME="AEN3882"
 >6.3.4. Inverse Mapping in IPv4</A
 ></H2
 ><P
@@ -10839,7 +10917,7 @@ CLASS="optional"
 ><DIV
 CLASS="informaltable"
 ><A
-NAME="AEN3875"
+NAME="AEN3887"
 ></A
 ><P
 ></P
@@ -10919,7 +10997,7 @@ CLASS="sect2"
 ><H2
 CLASS="sect2"
 ><A
-NAME="AEN3897"
+NAME="AEN3909"
 >6.3.5. Other Zone File Directives</A
 ></H2
 ><P
@@ -10944,7 +11022,7 @@ CLASS="sect3"
 ><H3
 CLASS="sect3"
 ><A
-NAME="AEN3904"
+NAME="AEN3916"
 >6.3.5.1. The <B
 CLASS="command"
 >$ORIGIN</B
@@ -11014,7 +11092,7 @@ CLASS="sect3"
 ><H3
 CLASS="sect3"
 ><A
-NAME="AEN3924"
+NAME="AEN3936"
 >6.3.5.2. The <B
 CLASS="command"
 >$INCLUDE</B
@@ -11096,7 +11174,7 @@ CLASS="sect3"
 ><H3
 CLASS="sect3"
 ><A
-NAME="AEN3944"
+NAME="AEN3956"
 >6.3.5.3. The <B
 CLASS="command"
 >$TTL</B
@@ -11136,7 +11214,7 @@ CLASS="sect2"
 ><H2
 CLASS="sect2"
 ><A
-NAME="AEN3955"
+NAME="AEN3967"
 >6.3.6. <SPAN
 CLASS="acronym"
 >BIND</SPAN
@@ -11215,7 +11293,7 @@ CLASS="literal"
 ><DIV
 CLASS="informaltable"
 ><A
-NAME="AEN3975"
+NAME="AEN3987"
 ></A
 ><P
 ></P
index d3d61e100719531da46d863101b4b9bbfed6cc3a..60f9c5f464b2b8bbe13aa6c8f03aad702e606572 100644 (file)
@@ -85,7 +85,7 @@ HREF="Bv9ARM.ch07.html#Access_Control_Lists"
 ></DT
 ><DT
 >7.2. <A
-HREF="Bv9ARM.ch07.html#AEN4047"
+HREF="Bv9ARM.ch07.html#AEN4059"
 ><B
 CLASS="command"
 >chroot</B
@@ -187,7 +187,7 @@ CLASS="sect1"
 ><H1
 CLASS="sect1"
 ><A
-NAME="AEN4047"
+NAME="AEN4059"
 >7.2. <B
 CLASS="command"
 >chroot</B
@@ -266,7 +266,7 @@ CLASS="sect2"
 ><H2
 CLASS="sect2"
 ><A
-NAME="AEN4070"
+NAME="AEN4082"
 >7.2.1. The <B
 CLASS="command"
 >chroot</B
@@ -322,7 +322,7 @@ CLASS="sect2"
 ><H2
 CLASS="sect2"
 ><A
-NAME="AEN4085"
+NAME="AEN4097"
 >7.2.2. Using the <B
 CLASS="command"
 >setuid</B
index 6723e78491d62ac5fb58a10a71fb3a95d8e862d9..fa1ffc2d77984a173c90b74fb3f3a13c076be158 100644 (file)
@@ -77,17 +77,17 @@ CLASS="TOC"
 ></DT
 ><DT
 >8.1. <A
-HREF="Bv9ARM.ch08.html#AEN4105"
+HREF="Bv9ARM.ch08.html#AEN4117"
 >Common Problems</A
 ></DT
 ><DT
 >8.2. <A
-HREF="Bv9ARM.ch08.html#AEN4111"
+HREF="Bv9ARM.ch08.html#AEN4123"
 >Incrementing and Changing the Serial Number</A
 ></DT
 ><DT
 >8.3. <A
-HREF="Bv9ARM.ch08.html#AEN4116"
+HREF="Bv9ARM.ch08.html#AEN4128"
 >Where Can I Get Help?</A
 ></DT
 ></DL
@@ -97,7 +97,7 @@ CLASS="sect1"
 ><H1
 CLASS="sect1"
 ><A
-NAME="AEN4105"
+NAME="AEN4117"
 >8.1. Common Problems</A
 ></H1
 ><DIV
@@ -105,7 +105,7 @@ CLASS="sect2"
 ><H2
 CLASS="sect2"
 ><A
-NAME="AEN4107"
+NAME="AEN4119"
 >8.1.1. It's not working; how can I figure out what's wrong?</A
 ></H2
 ><P
@@ -125,7 +125,7 @@ CLASS="sect1"
 ><H1
 CLASS="sect1"
 ><A
-NAME="AEN4111"
+NAME="AEN4123"
 >8.2. Incrementing and Changing the Serial Number</A
 ></H1
 ><P
@@ -154,7 +154,7 @@ CLASS="sect1"
 ><H1
 CLASS="sect1"
 ><A
-NAME="AEN4116"
+NAME="AEN4128"
 >8.3. Where Can I Get Help?</A
 ></H1
 ><P
index 2b808fedc3a85c254243409f52181bc3f3341f2e..0e1fdd5906f5e1fa89108c5c403b8f0205c4572d 100644 (file)
@@ -71,7 +71,7 @@ CLASS="TOC"
 ></DT
 ><DT
 >A.1. <A
-HREF="Bv9ARM.ch09.html#AEN4132"
+HREF="Bv9ARM.ch09.html#AEN4144"
 >Acknowledgements</A
 ></DT
 ><DT
@@ -84,7 +84,7 @@ CLASS="acronym"
 ></DT
 ><DT
 >A.3. <A
-HREF="Bv9ARM.ch09.html#AEN4173"
+HREF="Bv9ARM.ch09.html#AEN4185"
 >General <SPAN
 CLASS="acronym"
 >DNS</SPAN
@@ -102,7 +102,7 @@ CLASS="sect1"
 ><H1
 CLASS="sect1"
 ><A
-NAME="AEN4132"
+NAME="AEN4144"
 >A.1. Acknowledgements</A
 ></H1
 ><DIV
@@ -110,7 +110,7 @@ CLASS="sect2"
 ><H2
 CLASS="sect2"
 ><A
-NAME="AEN4134"
+NAME="AEN4146"
 >A.1.1. A Brief History of the <SPAN
 CLASS="acronym"
 >DNS</SPAN
@@ -245,7 +245,7 @@ CLASS="sect3"
 ><H3
 CLASS="sect3"
 ><A
-NAME="AEN4164"
+NAME="AEN4176"
 >A.2.1.1. HS = hesiod</A
 ></H3
 ><P
@@ -266,7 +266,7 @@ CLASS="sect3"
 ><H3
 CLASS="sect3"
 ><A
-NAME="AEN4169"
+NAME="AEN4181"
 >A.2.1.2. CH = chaos</A
 ></H3
 ><P
@@ -284,7 +284,7 @@ CLASS="sect1"
 ><H1
 CLASS="sect1"
 ><A
-NAME="AEN4173"
+NAME="AEN4185"
 >A.3. General <SPAN
 CLASS="acronym"
 >DNS</SPAN
@@ -323,7 +323,7 @@ Unicast address scheme. For more information, see RFC 2374.</P
 ><DIV
 CLASS="informaltable"
 ><A
-NAME="AEN4184"
+NAME="AEN4196"
 ></A
 ><P
 ></P
@@ -542,7 +542,7 @@ VALIGN="MIDDLE"
 <DIV
 CLASS="informaltable"
 ><A
-NAME="AEN4253"
+NAME="AEN4265"
 ></A
 ><P
 ></P
@@ -725,7 +725,7 @@ unicast address consists of:</P
 ><DIV
 CLASS="informaltable"
 ><A
-NAME="AEN4308"
+NAME="AEN4320"
 ></A
 ><P
 ></P
@@ -883,19 +883,19 @@ TARGET="_top"
 >.</P
 ><H3
 ><A
-NAME="AEN4352"
+NAME="AEN4364"
 >Bibliography</A
 ></H3
 ><H1
 CLASS="bibliodiv"
 ><A
-NAME="AEN4353"
+NAME="AEN4365"
 >Standards</A
 ></H1
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4355"
+NAME="AEN4367"
 ></A
 ><P
 >[RFC974]&nbsp;<SPAN
@@ -912,7 +912,7 @@ STYLE="margin-left=0.5in"
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4362"
+NAME="AEN4374"
 ></A
 ><P
 >[RFC1034]&nbsp;<SPAN
@@ -929,7 +929,7 @@ STYLE="margin-left=0.5in"
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4369"
+NAME="AEN4381"
 ></A
 ><P
 >[RFC1035]&nbsp;<SPAN
@@ -953,7 +953,7 @@ NAME="proposed_standards"
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4378"
+NAME="AEN4390"
 ></A
 ><P
 >[RFC2181]&nbsp;<SPAN
@@ -973,7 +973,7 @@ STYLE="margin-left=0.5in"
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4386"
+NAME="AEN4398"
 ></A
 ><P
 >[RFC2308]&nbsp;<SPAN
@@ -993,7 +993,7 @@ STYLE="margin-left=0.5in"
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4394"
+NAME="AEN4406"
 ></A
 ><P
 >[RFC1995]&nbsp;<SPAN
@@ -1013,7 +1013,7 @@ STYLE="margin-left=0.5in"
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4402"
+NAME="AEN4414"
 ></A
 ><P
 >[RFC1996]&nbsp;<SPAN
@@ -1030,7 +1030,7 @@ STYLE="margin-left=0.5in"
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4409"
+NAME="AEN4421"
 ></A
 ><P
 >[RFC2136]&nbsp;<SPAN
@@ -1056,7 +1056,7 @@ STYLE="margin-left=0.5in"
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4426"
+NAME="AEN4438"
 ></A
 ><P
 >[RFC2845]&nbsp;<SPAN
@@ -1085,13 +1085,13 @@ STYLE="margin-left=0.5in"
 ><H1
 CLASS="bibliodiv"
 ><A
-NAME="AEN4445"
+NAME="AEN4457"
 >Proposed Standards Still Under Development</A
 ></H1
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4450"
+NAME="AEN4462"
 ></A
 ><P
 >[RFC1886]&nbsp;<SPAN
@@ -1114,7 +1114,7 @@ STYLE="margin-left=0.5in"
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4462"
+NAME="AEN4474"
 ></A
 ><P
 >[RFC2065]&nbsp;<SPAN
@@ -1134,7 +1134,7 @@ STYLE="margin-left=0.5in"
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4474"
+NAME="AEN4486"
 ></A
 ><P
 >[RFC2137]&nbsp;<SPAN
@@ -1151,7 +1151,7 @@ STYLE="margin-left=0.5in"
 ><H1
 CLASS="bibliodiv"
 ><A
-NAME="AEN4482"
+NAME="AEN4494"
 >Other Important RFCs About <SPAN
 CLASS="acronym"
 >DNS</SPAN
@@ -1160,7 +1160,7 @@ CLASS="acronym"
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4485"
+NAME="AEN4497"
 ></A
 ><P
 >[RFC1535]&nbsp;<SPAN
@@ -1180,7 +1180,7 @@ STYLE="margin-left=0.5in"
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4493"
+NAME="AEN4505"
 ></A
 ><P
 >[RFC1536]&nbsp;<SPAN
@@ -1212,7 +1212,7 @@ STYLE="margin-left=0.5in"
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4514"
+NAME="AEN4526"
 ></A
 ><P
 >[RFC1982]&nbsp;<SPAN
@@ -1232,13 +1232,13 @@ STYLE="margin-left=0.5in"
 ><H1
 CLASS="bibliodiv"
 ><A
-NAME="AEN4525"
+NAME="AEN4537"
 >Resource Record Types</A
 ></H1
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4527"
+NAME="AEN4539"
 ></A
 ><P
 >[RFC1183]&nbsp;<SPAN
@@ -1267,7 +1267,7 @@ STYLE="margin-left=0.5in"
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4545"
+NAME="AEN4557"
 ></A
 ><P
 >[RFC1706]&nbsp;<SPAN
@@ -1290,7 +1290,7 @@ STYLE="margin-left=0.5in"
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4557"
+NAME="AEN4569"
 ></A
 ><P
 >[RFC2168]&nbsp;<SPAN
@@ -1311,7 +1311,7 @@ STYLE="margin-left=0.5in"
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4568"
+NAME="AEN4580"
 ></A
 ><P
 >[RFC1876]&nbsp;<SPAN
@@ -1338,7 +1338,7 @@ STYLE="margin-left=0.5in"
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4585"
+NAME="AEN4597"
 ></A
 ><P
 >[RFC2052]&nbsp;<SPAN
@@ -1362,7 +1362,7 @@ STYLE="margin-left=0.5in"
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4597"
+NAME="AEN4609"
 ></A
 ><P
 >[RFC2163]&nbsp;<SPAN
@@ -1383,7 +1383,7 @@ STYLE="margin-left=0.5in"
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4605"
+NAME="AEN4617"
 ></A
 ><P
 >[RFC2230]&nbsp;<SPAN
@@ -1403,7 +1403,7 @@ STYLE="margin-left=0.5in"
 ><H1
 CLASS="bibliodiv"
 ><A
-NAME="AEN4613"
+NAME="AEN4625"
 ><SPAN
 CLASS="acronym"
 >DNS</SPAN
@@ -1412,7 +1412,7 @@ CLASS="acronym"
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4616"
+NAME="AEN4628"
 ></A
 ><P
 >[RFC1101]&nbsp;<SPAN
@@ -1432,7 +1432,7 @@ STYLE="margin-left=0.5in"
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4624"
+NAME="AEN4636"
 ></A
 ><P
 >[RFC1123]&nbsp;<SPAN
@@ -1449,7 +1449,7 @@ STYLE="margin-left=0.5in"
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4631"
+NAME="AEN4643"
 ></A
 ><P
 >[RFC1591]&nbsp;<SPAN
@@ -1466,7 +1466,7 @@ STYLE="margin-left=0.5in"
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4638"
+NAME="AEN4650"
 ></A
 ><P
 >[RFC2317]&nbsp;<SPAN
@@ -1489,7 +1489,7 @@ STYLE="margin-left=0.5in"
 ><H1
 CLASS="bibliodiv"
 ><A
-NAME="AEN4652"
+NAME="AEN4664"
 ><SPAN
 CLASS="acronym"
 >DNS</SPAN
@@ -1498,7 +1498,7 @@ CLASS="acronym"
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4655"
+NAME="AEN4667"
 ></A
 ><P
 >[RFC1537]&nbsp;<SPAN
@@ -1518,7 +1518,7 @@ STYLE="margin-left=0.5in"
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4663"
+NAME="AEN4675"
 ></A
 ><P
 >[RFC1912]&nbsp;<SPAN
@@ -1538,7 +1538,7 @@ STYLE="margin-left=0.5in"
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4671"
+NAME="AEN4683"
 ></A
 ><P
 >[RFC1912]&nbsp;<SPAN
@@ -1558,7 +1558,7 @@ STYLE="margin-left=0.5in"
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4679"
+NAME="AEN4691"
 ></A
 ><P
 >[RFC2010]&nbsp;<SPAN
@@ -1578,7 +1578,7 @@ STYLE="margin-left=0.5in"
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4690"
+NAME="AEN4702"
 ></A
 ><P
 >[RFC2219]&nbsp;<SPAN
@@ -1601,7 +1601,7 @@ STYLE="margin-left=0.5in"
 ><H1
 CLASS="bibliodiv"
 ><A
-NAME="AEN4702"
+NAME="AEN4714"
 >Other <SPAN
 CLASS="acronym"
 >DNS</SPAN
@@ -1610,7 +1610,7 @@ CLASS="acronym"
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4708"
+NAME="AEN4720"
 ></A
 ><P
 >[RFC1464]&nbsp;<SPAN
@@ -1627,7 +1627,7 @@ STYLE="margin-left=0.5in"
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4715"
+NAME="AEN4727"
 ></A
 ><P
 >[RFC1713]&nbsp;<SPAN
@@ -1647,7 +1647,7 @@ STYLE="margin-left=0.5in"
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4723"
+NAME="AEN4735"
 ></A
 ><P
 >[RFC1794]&nbsp;<SPAN
@@ -1667,7 +1667,7 @@ STYLE="margin-left=0.5in"
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4731"
+NAME="AEN4743"
 ></A
 ><P
 >[RFC2240]&nbsp;<SPAN
@@ -1684,7 +1684,7 @@ STYLE="margin-left=0.5in"
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4738"
+NAME="AEN4750"
 ></A
 ><P
 >[RFC2345]&nbsp;<SPAN
@@ -1707,7 +1707,7 @@ STYLE="margin-left=0.5in"
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4752"
+NAME="AEN4764"
 ></A
 ><P
 >[RFC2352]&nbsp;<SPAN
@@ -1724,13 +1724,13 @@ STYLE="margin-left=0.5in"
 ><H1
 CLASS="bibliodiv"
 ><A
-NAME="AEN4759"
+NAME="AEN4771"
 >Obsolete and Unimplemented Experimental RRs</A
 ></H1
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4761"
+NAME="AEN4773"
 ></A
 ><P
 >[RFC1712]&nbsp;<SPAN
@@ -1781,7 +1781,7 @@ CLASS="sect2"
 ><H2
 CLASS="sect2"
 ><A
-NAME="AEN4782"
+NAME="AEN4794"
 >A.4.3. Other Documents About <SPAN
 CLASS="acronym"
 >BIND</SPAN
@@ -1791,13 +1791,13 @@ CLASS="acronym"
 ></P
 ><H3
 ><A
-NAME="AEN4786"
+NAME="AEN4798"
 >Bibliography</A
 ></H3
 ><DIV
 CLASS="biblioentry"
 ><A
-NAME="AEN4787"
+NAME="AEN4799"
 ></A
 ><P
 ><SPAN
index e2cc542becc09aa5cf71eb299b7fc12e4a3ed27e..2ec66cd3db85aa095b76d30d3d05321005895dc4 100644 (file)
@@ -516,7 +516,7 @@ and Usage</A
 ></DT
 ><DT
 >6.2.17. <A
-HREF="Bv9ARM.ch06.html#AEN2897"
+HREF="Bv9ARM.ch06.html#AEN2909"
 ><B
 CLASS="command"
 >trusted-keys</B
@@ -524,7 +524,7 @@ CLASS="command"
 ></DT
 ><DT
 >6.2.18. <A
-HREF="Bv9ARM.ch06.html#AEN2913"
+HREF="Bv9ARM.ch06.html#AEN2925"
 ><B
 CLASS="command"
 >trusted-keys</B
@@ -533,7 +533,7 @@ and Usage</A
 ></DT
 ><DT
 >6.2.19. <A
-HREF="Bv9ARM.ch06.html#AEN2921"
+HREF="Bv9ARM.ch06.html#AEN2933"
 ><B
 CLASS="command"
 >view</B
@@ -541,7 +541,7 @@ CLASS="command"
 ></DT
 ><DT
 >6.2.20. <A
-HREF="Bv9ARM.ch06.html#AEN2935"
+HREF="Bv9ARM.ch06.html#AEN2947"
 ><B
 CLASS="command"
 >view</B
@@ -558,7 +558,7 @@ Statement Grammar</A
 ></DT
 ><DT
 >6.2.22. <A
-HREF="Bv9ARM.ch06.html#AEN3072"
+HREF="Bv9ARM.ch06.html#AEN3084"
 ><B
 CLASS="command"
 >zone</B
@@ -568,7 +568,7 @@ CLASS="command"
 ></DD
 ><DT
 >6.3. <A
-HREF="Bv9ARM.ch06.html#AEN3429"
+HREF="Bv9ARM.ch06.html#AEN3441"
 >Zone File</A
 ></DT
 ><DD
@@ -580,7 +580,7 @@ HREF="Bv9ARM.ch06.html#types_of_resource_records_and_when_to_use_them"
 ></DT
 ><DT
 >6.3.2. <A
-HREF="Bv9ARM.ch06.html#AEN3749"
+HREF="Bv9ARM.ch06.html#AEN3761"
 >Discussion of MX Records</A
 ></DT
 ><DT
@@ -590,17 +590,17 @@ HREF="Bv9ARM.ch06.html#Setting_TTLs"
 ></DT
 ><DT
 >6.3.4. <A
-HREF="Bv9ARM.ch06.html#AEN3870"
+HREF="Bv9ARM.ch06.html#AEN3882"
 >Inverse Mapping in IPv4</A
 ></DT
 ><DT
 >6.3.5. <A
-HREF="Bv9ARM.ch06.html#AEN3897"
+HREF="Bv9ARM.ch06.html#AEN3909"
 >Other Zone File Directives</A
 ></DT
 ><DT
 >6.3.6. <A
-HREF="Bv9ARM.ch06.html#AEN3955"
+HREF="Bv9ARM.ch06.html#AEN3967"
 ><SPAN
 CLASS="acronym"
 >BIND</SPAN
@@ -630,7 +630,7 @@ HREF="Bv9ARM.ch07.html#Access_Control_Lists"
 ></DT
 ><DT
 >7.2. <A
-HREF="Bv9ARM.ch07.html#AEN4047"
+HREF="Bv9ARM.ch07.html#AEN4059"
 ><B
 CLASS="command"
 >chroot</B
@@ -644,7 +644,7 @@ UNIX servers)</A
 ><DL
 ><DT
 >7.2.1. <A
-HREF="Bv9ARM.ch07.html#AEN4070"
+HREF="Bv9ARM.ch07.html#AEN4082"
 >The <B
 CLASS="command"
 >chroot</B
@@ -652,7 +652,7 @@ CLASS="command"
 ></DT
 ><DT
 >7.2.2. <A
-HREF="Bv9ARM.ch07.html#AEN4085"
+HREF="Bv9ARM.ch07.html#AEN4097"
 >Using the <B
 CLASS="command"
 >setuid</B
@@ -676,26 +676,26 @@ HREF="Bv9ARM.ch08.html"
 ><DL
 ><DT
 >8.1. <A
-HREF="Bv9ARM.ch08.html#AEN4105"
+HREF="Bv9ARM.ch08.html#AEN4117"
 >Common Problems</A
 ></DT
 ><DD
 ><DL
 ><DT
 >8.1.1. <A
-HREF="Bv9ARM.ch08.html#AEN4107"
+HREF="Bv9ARM.ch08.html#AEN4119"
 >It's not working; how can I figure out what's wrong?</A
 ></DT
 ></DL
 ></DD
 ><DT
 >8.2. <A
-HREF="Bv9ARM.ch08.html#AEN4111"
+HREF="Bv9ARM.ch08.html#AEN4123"
 >Incrementing and Changing the Serial Number</A
 ></DT
 ><DT
 >8.3. <A
-HREF="Bv9ARM.ch08.html#AEN4116"
+HREF="Bv9ARM.ch08.html#AEN4128"
 >Where Can I Get Help?</A
 ></DT
 ></DL
@@ -709,14 +709,14 @@ HREF="Bv9ARM.ch09.html"
 ><DL
 ><DT
 >A.1. <A
-HREF="Bv9ARM.ch09.html#AEN4132"
+HREF="Bv9ARM.ch09.html#AEN4144"
 >Acknowledgements</A
 ></DT
 ><DD
 ><DL
 ><DT
 >A.1.1. <A
-HREF="Bv9ARM.ch09.html#AEN4134"
+HREF="Bv9ARM.ch09.html#AEN4146"
 >A Brief History of the <SPAN
 CLASS="acronym"
 >DNS</SPAN
@@ -746,7 +746,7 @@ HREF="Bv9ARM.ch09.html#classes_of_resource_records"
 ></DD
 ><DT
 >A.3. <A
-HREF="Bv9ARM.ch09.html#AEN4173"
+HREF="Bv9ARM.ch09.html#AEN4185"
 >General <SPAN
 CLASS="acronym"
 >DNS</SPAN
@@ -780,7 +780,7 @@ HREF="Bv9ARM.ch09.html#internet_drafts"
 ></DT
 ><DT
 >A.4.3. <A
-HREF="Bv9ARM.ch09.html#AEN4782"
+HREF="Bv9ARM.ch09.html#AEN4794"
 >Other Documents About <SPAN
 CLASS="acronym"
 >BIND</SPAN