]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
1512. [doc] Add "US" to root-delgation-only exclude list.
authorMark Andrews <marka@isc.org>
Tue, 23 Sep 2003 00:51:26 +0000 (00:51 +0000)
committerMark Andrews <marka@isc.org>
Tue, 23 Sep 2003 00:51:26 +0000 (00:51 +0000)
CHANGES
doc/arm/Bv9ARM-book.xml

diff --git a/CHANGES b/CHANGES
index b126afe0744a050cd968acb5f07b0d40f1f111af..0ffa245be1ac3c4ee54cf0688263152ab39773fb 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,13 +1,17 @@
+1512.  [doc]           Add "US" to root-delgation-only exclude list.
+
 1511.  [bug]           delegation-only was generating false positives
                        on negative answers from subzones.
 
 1510.  [func]          New view option "root-delegation-only".  Apply
                        delegation-only check to all TLDs and root.
                        Note there are some TLDs that are NOT delegation
-                       only (e.g. DE and MUSEUM) these can be excluded
+                       only (e.g. DE, LV, US and MUSEUM) these can be excluded
                        from the checks by using exclude.
 
-                       root-delegation-only exclude { "DE"; "MUSEUM"; };
+                       root-delegation-only exclude {
+                               "DE"; "LV"; "US"; "MUSEUM";
+                       };
 
 1509.  [bug]           Hint zones should accept delegation-only.  Forward
                        zone should not accept delegation-only.
index 6f252de5a7d143ea0220e9150566462ed6a18fd8..e55c949ffeff67c067c075e28bffd7f5bd790d70 100644 (file)
@@ -2,7 +2,7 @@
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
                "http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
 
-<!-- File: $Id: Bv9ARM-book.xml,v 1.226 2003/09/21 23:26:59 marka Exp $ -->
+<!-- File: $Id: Bv9ARM-book.xml,v 1.227 2003/09/23 00:51:26 marka Exp $ -->
 
 <book>
 <title>BIND 9 Administrator Reference Manual</title>
@@ -2942,11 +2942,11 @@ Turn on enforcment of delegation-only in TLDs and root zones with an optional
 exclude list.
 </para>
 <para>
-Note some TLDs are NOT delegation only (e.g. "DE", "LV" and "MUSEUM").
+Note some TLDs are NOT delegation only (e.g. "DE", "LV", "US" and "MUSEUM").
 </para>
 <programlisting>
 options {
-       root-delegation-only exclude { "de"; "lv"; "museum"; };
+       root-delegation-only exclude { "de"; "lv"; "us"; "museum"; };
 };
 </programlisting>
 </listitem></varlistentry>