BUG/MINOR: session: Eval L4/L5 rules defined in the default section
It is possible to define TCP/HTTP rules in a named default section to
inherit from it in a proxy. However, there is an issue with L4/L5 rules.
Only the lists of the current frontend are checked to know if an eval must
be performed. Nothing is done for an empty list. Of course, the lists of the
default proxy must also be checked to be sure to not ignored default L4/L5
rules. It is now fixed.
This patch should fix the issue #2637. It must be backported as far as 2.6.
(cherry picked from commit 076444550583acc11ef7fce7e7e740f039125696)
Signed-off-by: Willy Tarreau <w@1wt.eu>
(cherry picked from commit 9a55572ff879815b68ed7b7f5da9065688fe6158)
Signed-off-by: Willy Tarreau <w@1wt.eu>
(cherry picked from commit de949e8a48e9ffa221d73497a6e8fd6094c74551)
Signed-off-by: Willy Tarreau <w@1wt.eu>
1 file changed