]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_8] add request-nsid doc
authorEvan Hunt <each@isc.org>
Mon, 8 Apr 2013 17:27:16 +0000 (10:27 -0700)
committerEvan Hunt <each@isc.org>
Mon, 8 Apr 2013 17:27:16 +0000 (10:27 -0700)
3549. [doc] Documentation for "request-nsid" was missing.
[RT #33153]
(cherry picked from commit c4a453fa5c3d8b21d8982137b03e052c0d446c57)

CHANGES
doc/arm/Bv9ARM-book.xml

diff --git a/CHANGES b/CHANGES
index 4331ed3615b8e53c49e544cfb9f88b1e6ad4fa81..672f90779fcfaff0570179d100f69626fc94253c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+3549.  [doc]           Documentation for "request-nsid" was missing.
+                       [RT #33153]
+
 3548.  [bug]           The NSID request code in resolver.c was broken
                        resulting in invalid EDNS options being sent.
                        [RT #33153]
index afe28fae445f564ddf65d82200766997d67b7939..4a81a81ea3722070ed2c5f10a016d3cd2045ab0c 100644 (file)
@@ -5072,6 +5072,7 @@ badresp:1,adberr:0,findfail:0,valfail:0]
     <optional> multiple-cnames <replaceable>yes_or_no</replaceable>; </optional>
     <optional> notify <replaceable>yes_or_no</replaceable> | <replaceable>explicit</replaceable> | <replaceable>master-only</replaceable>; </optional>
     <optional> recursion <replaceable>yes_or_no</replaceable>; </optional>
+    <optional> request-nsid <replaceable>yes_or_no</replaceable>; </optional>
     <optional> rfc2308-type1 <replaceable>yes_or_no</replaceable>; </optional>
     <optional> use-id-pool <replaceable>yes_or_no</replaceable>; </optional>
     <optional> maintain-ixfr-base <replaceable>yes_or_no</replaceable>; </optional>
@@ -6371,6 +6372,22 @@ options {
               </listitem>
             </varlistentry>
 
+            <varlistentry>
+              <term><command>request-nsid</command></term>
+              <listitem>
+                <para>
+                  If <userinput>yes</userinput>, then an empty EDNS(0)
+                  NSID (Name Server Identifier) option is sent with all 
+                  queries to authoritative name servers during iterative
+                  resolution. If the authoritative server returns an NSID
+                  option in its response, then its contents are logged in
+                  the <command>resolver</command> category at level
+                  <command>info</command>.
+                  The default is <userinput>no</userinput>.
+                </para>
+              </listitem>
+            </varlistentry>
+
             <varlistentry>
               <term><command>rfc2308-type1</command></term>
               <listitem>