BIND 10 master, updated. f4b2e3f8f7404dc3739a211d23022336f33609f8 [master] added a note about the use of RRsetList in Zone::find(). directly commiting to master, skipping review.

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Jan 26 22:52:58 UTC 2011


The branch, master has been updated
       via  f4b2e3f8f7404dc3739a211d23022336f33609f8 (commit)
      from  95861564f241fa7f657eb7c34449c3095fba1930 (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 f4b2e3f8f7404dc3739a211d23022336f33609f8
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Jan 26 14:52:28 2011 -0800

    [master] added a note about the use of RRsetList in Zone::find().
    directly commiting to master, skipping review.

-----------------------------------------------------------------------

Summary of changes:
 src/lib/datasrc/zone.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/zone.h b/src/lib/datasrc/zone.h
index 0797e97..f70274f 100644
--- a/src/lib/datasrc/zone.h
+++ b/src/lib/datasrc/zone.h
@@ -166,6 +166,9 @@ public:
     /// - If the target isn't NULL, all RRsets under the domain are inserted
     ///   there and SUCCESS (or NXDOMAIN, in case of empty domain) is returned
     ///   instead of normall processing. This is intended to handle ANY query.
+    ///   \note: this behavior is controversial as we discussed in
+    ///   https://lists.isc.org/pipermail/bind10-dev/2011-January/001918.html
+    ///   We should revisit the interface before we heavily rely on it.
     ///
     /// The \c options parameter specifies customized behavior of the search.
     /// Their semantics is as follows:




More information about the bind10-changes mailing list