BIND 10 trac2796, updated. d6c6fe485c6ed9a4ed9a2efb4792870a58b33c7a [2796] add a note to describe why qryrecursion is limited to queries
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jun 11 11:08:26 UTC 2013
The branch, trac2796 has been updated
via d6c6fe485c6ed9a4ed9a2efb4792870a58b33c7a (commit)
from bb08c0bcb4791c3c39f68ae8cefc2e9402ae9b92 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d6c6fe485c6ed9a4ed9a2efb4792870a58b33c7a
Author: Yoshitaka Aharen <aharen at jprs.co.jp>
Date: Tue Jun 11 20:01:13 2013 +0900
[2796] add a note to describe why qryrecursion is limited to queries
-----------------------------------------------------------------------
Summary of changes:
src/bin/auth/b10-auth.xml.pre | 7 +++++++
1 file changed, 7 insertions(+)
-----------------------------------------------------------------------
diff --git a/src/bin/auth/b10-auth.xml.pre b/src/bin/auth/b10-auth.xml.pre
index 4b07969..0285069 100644
--- a/src/bin/auth/b10-auth.xml.pre
+++ b/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>
More information about the bind10-changes
mailing list