]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: doc: Clarify rrset-order random distribution
authorOndřej Surý <ondrej@isc.org>
Wed, 3 Sep 2025 06:50:50 +0000 (08:50 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 3 Sep 2025 06:50:50 +0000 (08:50 +0200)
commit46c88265daa400b49c24abefa6272fb5cbe94cc0
tree242191535f62010cd1adefa0550f6a7b1faba302
parentbdcb90f43c7e89fa0c02085c3f7b649f400d626b
parent369c8dc388caad0d4fa7e9da15a3a0cd62cd3b39
chg: doc: Clarify rrset-order random distribution

The randomized order of the records in the rrset is not uniform across
all permutations.  Clarify this in the documentation.

Closes #5485

Merge branch 'ondrej/clarify-rrset-order-random' into 'main'

See merge request isc-projects/bind9!10909