Browse Source

[2796] add a note to describe why qryrecursion is limited to queries

Yoshitaka Aharen 12 years ago
parent
commit
d6c6fe485c
1 changed files with 7 additions and 0 deletions
  1. 7 0
      src/bin/auth/b10-auth.xml.pre

+ 7 - 0
src/bin/auth/b10-auth.xml.pre

@@ -248,6 +248,13 @@
         but remember that if there's any error related to TSIG, some
         of the counted opcode may not be trustworthy.
       </para>
+
+      <para>
+        RD bit is not specific to queries (requests of opcode 0), but
+	<quote>qryrecursion</quote> is limited to queries because RD bit is
+	meaningless for the other opcodes and they are passed to another
+	BIND 10 module such as <command>b10-ddns</command>.
+      </para>
     </note>
 
   </refsect1>