]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add dns_adb_createaddrinfosfind() for address-based lookups
authorColin Vidal <colin@isc.org>
Sat, 28 Mar 2026 09:02:22 +0000 (10:02 +0100)
committerColin Vidal <colin@isc.org>
Mon, 30 Mar 2026 18:41:13 +0000 (20:41 +0200)
commitcfac5f3974b1df6c6e21384467148ea146a1723f
tree39cd5150eb1bffaba7beb677183ba330e4916428
parent35e19ee6608b88677d41f149df2df8b214cf5e84
Add dns_adb_createaddrinfosfind() for address-based lookups

Add a new ADB API function that creates a find from a list of addresses
rather than by looking up nameserver names.  This enables the resolver
to handle address-based delegations (NS-based with glues or DELEG with
addresses) and name-based delegations uniformly (i.e. the list of finds
from ADB is handled the same way no matter the type of the delegation).
lib/dns/adb.c
lib/dns/include/dns/adb.h