]> git.ipfire.org Git - thirdparty/bind9.git/commit
add functions to match rdataset types
authorEvan Hunt <each@isc.org>
Fri, 28 Feb 2025 01:10:21 +0000 (17:10 -0800)
committerOndřej Surý <ondrej@isc.org>
Tue, 5 Aug 2025 10:16:36 +0000 (12:16 +0200)
commit7841de08af11fa4ee48628ecbfdf4de38c8ae606
tree0b4d52a36e3a84da6701eacc15d9c06a774771f0
parent51a4e00d1da97f34dfb70adc5057ff7da09fe4e8
add functions to match rdataset types

- dns_rdataset_issigtype() returns true if the rdataset is
  of type RRSIG and covers a specified type
- dns_rdataset_matchestype() returns true if the rdataset
  is of the specified type *or* the RRSIG covering it.
lib/dns/include/dns/rdataset.h
lib/dns/resolver.c