]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2435] Add a note that some RRTypes are not specifically handled
authorMukund Sivaraman <muks@isc.org>
Thu, 10 Jan 2013 10:11:06 +0000 (15:41 +0530)
committerMukund Sivaraman <muks@isc.org>
Thu, 10 Jan 2013 10:11:06 +0000 (15:41 +0530)
src/lib/dns/rrset_collection_base.h

index fbcbeeb5164dd9f4dea01e845b82505a33128b8f..461ce8bbca2bd7a2f464c23470bfd21872c1707c 100644 (file)
@@ -56,6 +56,9 @@ public:
     /// given \c name, \c rrclass and \c rrtype.  If no matching RRset
     /// is found, \c NULL is returned.
     ///
+    /// This method's implementations currently are not specified to
+    /// handle \c RRTypes such as RRSIG, NSEC3, ANY, or AXFR.
+    ///
     /// \throw FindError if find() results in some
     /// implementation-specific error.
     /// \param name The name of the RRset to search for.