]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2435] Elaborate note about unsupported RRTypes
authorMukund Sivaraman <muks@isc.org>
Tue, 15 Jan 2013 08:15:40 +0000 (13:45 +0530)
committerMukund Sivaraman <muks@isc.org>
Tue, 15 Jan 2013 08:15:40 +0000 (13:45 +0530)
src/lib/dns/rrset_collection_base.h

index c2536dad09f8d62acaa0ad6087b17a1e8355a772..2da03d9f61c0ac74893a24299ee883da72f667e7 100644 (file)
@@ -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.