]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: nil: Cleanup the duplicate logic and comments around add into NSEC tree
authorOndřej Surý <ondrej@isc.org>
Mon, 16 Mar 2026 11:17:16 +0000 (12:17 +0100)
committerOndřej Surý <ondrej@isc.org>
Mon, 16 Mar 2026 11:17:16 +0000 (12:17 +0100)
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.

Merge branch 'ondrej/additional-cleanups-around-NSEC-namespace' into 'main'

See merge request isc-projects/bind9!11695


Trivial merge