]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
rem: usr: Remove randomized RRset ordering
authorOndřej Surý <ondrej@isc.org>
Mon, 8 Sep 2025 15:05:05 +0000 (17:05 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 8 Sep 2025 15:05:05 +0000 (17:05 +0200)
The rrset-order random doesn't offer uniform distribution of all
permutations and it isn't superior to cyclic order in any way.  Make the
random ordering an alias to the cyclic ordering.

Closes: #5513
Merge branch 'ondrej/remove-rrset-order-random' into 'main'

See merge request isc-projects/bind9!10912


Trivial merge