]> git.ipfire.org Git - thirdparty/bind9.git/commit
Return partial match when requested
authorMark Andrews <marka@isc.org>
Mon, 4 Dec 2023 06:15:41 +0000 (17:15 +1100)
committerMark Andrews <marka@isc.org>
Thu, 29 Aug 2024 12:48:20 +0000 (12:48 +0000)
commitd42ea08f16bc6fc4b401f6b6f45a387cfb7f5d73
tree3bec5a58d7e8e7a446de5cdd0b35b53c1f51a565
parent7ea6b16d0db28c66ff650b61aad5fd7607503af6
Return partial match when requested

Return partial match from dns_db_find/dns_db_find when requested
to short circuit the closest encloser discover process.  Most of the
time this will be the actual closest encloser but may not be when
there yet to be committed / cleaned up versions of the zone with
names below the actual closest encloser.
bin/tests/system/dnssec/tests.sh
lib/dns/include/dns/db.h
lib/dns/qpzone.c
lib/dns/rbt-zonedb.c
lib/ns/query.c