]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commitafe1dc5da0f98d47ff572f2434fcd834e19b4811
treeb93226ffedd5cac824d4dfd1617bd9b26b65d653
parentac29faea16495f05e1734a213ce16d89142284b9
parent6e286beaa6edf3085ad17dd07db7b99d7d985169
chg: nil: 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.

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

See merge request isc-projects/bind9!11695