From: Remi Gacogne Date: Fri, 19 Sep 2025 12:15:09 +0000 (+0200) Subject: dnsdist: Document that the hash perturbation is only used for chashed X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F16144%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Document that the hash perturbation is only used for chashed As suggested by Robert Edmonds (thank you!). Signed-off-by: Remi Gacogne --- 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"