]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1608] noted in doc that getAdditional() only returns in-zone data (+ glue).
authorJINMEI Tatuya <jinmei@isc.org>
Mon, 12 Mar 2012 21:45:42 +0000 (14:45 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Mon, 12 Mar 2012 21:45:42 +0000 (14:45 -0700)
src/lib/datasrc/zone.h

index 361a03a605107e78dcaa7da3228663781e1b92c6..c705279a950ecc3b2e734116ec59e7801311b9f2 100644 (file)
@@ -252,6 +252,13 @@ public:
         /// call resulted in SUCCESS or DELEGATION.  Otherwise this method
         /// does nothing.
         ///
+        /// \note The additional RRsets returned via method are limited to
+        /// ones contained in the zone which the corresponding find/findAll
+        /// call searched (possibly including glues under a zone cut where
+        /// they are applicable).  If the caller needs to get out-of-zone
+        /// additional RRsets, it needs to explicitly finds them by
+        /// identifying the corresponding zone and calls \c find() for it.
+        ///
         /// \param requested_types A vector of RR types for desired additional
         ///  RRsets.
         /// \param result A vector to which any found additional RRsets are