]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: doc: Correct RPZ NSDNAME name-order precedence documentation main
authorOndřej Surý <ondrej@isc.org>
Sat, 15 Aug 2026 17:20:27 +0000 (19:20 +0200)
committerOndřej Surý <ondrej@isc.org>
Sat, 15 Aug 2026 17:20:27 +0000 (19:20 +0200)
The ARM incorrectly stated that the canonically smallest
matched name server wins when multiple NSDNAME triggers
have otherwise equal precedence. BIND intentionally selects
the name appearing last in DNSSEC canonical order, as specified
by RPZ. The ARM and source comment have been corrected to describe
the existing behavior; runtime behavior is unchanged.

Closes #6348

Merge branch '6348-fix-rpz-nsdname-precedence-documentation' into 'main'

See merge request isc-projects/bind9!12590


Trivial merge