]> git.ipfire.org Git - thirdparty/bind9.git/commit
Support for finding the longest parent domain in a qp-trie
authorTony Finch <fanf@isc.org>
Fri, 10 Feb 2023 16:53:31 +0000 (16:53 +0000)
committerTony Finch <fanf@isc.org>
Wed, 5 Apr 2023 11:35:04 +0000 (12:35 +0100)
commitfa1b57ee6e703bf39d1ebab1b6d99e0fa4bfb32b
tree7b3d6082c6a0805e91e02494db3cced1cf8e7f9d
parent8a3a216f40cf3befc68d60851c1635e2cfa31cfb
Support for finding the longest parent domain in a qp-trie

This is the first of the "fancy" searches that know how the DNS
namespace maps on to the structure of a qp-trie. For example, it will
find the closest enclosing zone in the zone tree.
lib/dns/include/dns/qp.h
lib/dns/qp.c
tests/dns/qp_test.c