From: Mukund Sivaraman Date: Thu, 10 Jan 2013 10:11:06 +0000 (+0530) Subject: [2435] Add a note that some RRTypes are not specifically handled X-Git-Tag: bind10-1.0.0-rc-release~117 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79cfa55b6202c07cbba0b0db6532ca2dff9e2a9c;p=thirdparty%2Fkea.git [2435] Add a note that some RRTypes are not specifically handled --- diff --git a/src/lib/dns/rrset_collection_base.h b/src/lib/dns/rrset_collection_base.h index fbcbeeb516..461ce8bbca 100644 --- a/src/lib/dns/rrset_collection_base.h +++ b/src/lib/dns/rrset_collection_base.h @@ -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.