From c23454eeb6d9233ca77115c72ba856e55fe64445 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Fri, 19 Sep 2025 14:15:09 +0200 Subject: [PATCH] dnsdist: Document that the hash perturbation is only used for chashed As suggested by Robert Edmonds (thank you!). Signed-off-by: Remi Gacogne --- pdns/dnsdistdist/dnsdist-settings-definitions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdistdist/dnsdist-settings-definitions.yml b/pdns/dnsdistdist/dnsdist-settings-definitions.yml index 879386af0..34029ac5e 100644 --- a/pdns/dnsdistdist/dnsdist-settings-definitions.yml +++ b/pdns/dnsdistdist/dnsdist-settings-definitions.yml @@ -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" -- 2.47.3