]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Document that the hash perturbation is NOT only used for chashed 16326/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 19 Sep 2025 12:15:09 +0000 (14:15 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 20 Oct 2025 08:58:58 +0000 (10:58 +0200)
As suggested by Robert Edmonds (thank you!).

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
(cherry picked from commit c23454eeb6d9233ca77115c72ba856e55fe64445)
Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
pdns/dnsdistdist/dnsdist-settings-definitions.yml

index b1202cd5394c18f6c6b6df86a1c90f17a8fb5019..4ab2e1344abb181c2c400dc3d00eaa3e13edf9e8 100644 (file)
@@ -2115,7 +2115,7 @@ load_balancing_policies:
       lua-name: "setWHashedPerturbation"
       internal-field-name: "d_hashPerturbation"
       runtime-configurable: false
-      description: "Set the hash perturbation value to be used in the ``whashed`` policy instead of a random one, allowing to have consistent ``whashed`` results on different instances"
+      description: "Set the hash perturbation value to be used in the ``chashed`` and ``whashed`` policies instead of a random one, allowing to have consistent ``chashed`` and ``whashed`` results on different instances"
 
 query_rule:
   description: "A rule that can applied on queries"