From: Mukund Sivaraman Date: Tue, 15 Jan 2013 08:15:40 +0000 (+0530) Subject: [2435] Elaborate note about unsupported RRTypes X-Git-Tag: bind10-1.0.0-rc-release~101 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=09c47d4fef3388cd1aa2aa7db402da67c4968d3f;p=thirdparty%2Fkea.git [2435] Elaborate note about unsupported RRTypes --- diff --git a/src/lib/dns/rrset_collection_base.h b/src/lib/dns/rrset_collection_base.h index c2536dad09..2da03d9f61 100644 --- a/src/lib/dns/rrset_collection_base.h +++ b/src/lib/dns/rrset_collection_base.h @@ -58,7 +58,13 @@ public: /// 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. + /// handle \c RRTypes such as RRSIG and NSEC3. RRSIGs are attached + /// to their corresponding \c RRset and it is not straightforward to + /// search for them. Searching for RRSIGs will return \c false + /// always. Support for RRSIGs may be added in the future. + /// + /// Non-concrete types such as ANY and AXFR are unsupported and will + /// return \c false always. /// /// \throw RRsetCollectionError if find() results in some /// implementation-specific error.