]> git.ipfire.org Git - thirdparty/bind9.git/commit
Cleanup the duplicate logic and comments around add into NSEC tree
authorOndřej Surý <ondrej@isc.org>
Sat, 31 Jan 2026 06:24:49 +0000 (07:24 +0100)
committerOndřej Surý <ondrej@isc.org>
Mon, 16 Mar 2026 11:17:06 +0000 (12:17 +0100)
commitf4b4f030c453a9152e2e31f43067dd9d88778248
treecb71352c9aadc4335ba8bcfb3ebdb653146b1427
parentac29faea16495f05e1734a213ce16d89142284b9
Cleanup the duplicate logic and comments around add into NSEC tree

After merging the NORMAL, NSEC and NSEC3 tree into single QP tree, there
were some comments still speaking about auxiliary NSEC tree.  These were
cleaned up and the logic when we pass the qp tree (write transaction) to
qpzone_addrdataset_inner() was changed to be more obvious that this is
needed only when we are adding NSEC records.
lib/dns/qpzone.c