commit | cccded98c7b3f2281fe4481895b1392e78cc5df0 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Feb 26 12:45:56 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Feb 26 13:32:14 2021 +0100 |
tree | dc595e740f247fc90740a03dea6f9167cd33acd1 | |
parent | 76390dac0654f6c539f4c20bb7c2ad3a6e74eea9 [diff] |
BUG/MINOR: http-ana: Only consider dst address to process originalto option When an except parameter is used for originalto option, only the destination address must be evaluated. Especially, the address family of the destination must be tested and not the source one. This patch must be backported to all stable versions. However be careful, depending the versions the code may be slightly different.