]> git.kaiwu.me - haproxy.git/commit
[BUG] "option transparent" is for backend, not frontend !
authorWilly Tarreau <w@1wt.eu>
Tue, 23 Dec 2008 22:13:55 +0000 (23:13 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 8 Mar 2009 22:30:55 +0000 (23:30 +0100)
commit20e102e2af868ff24e8b1bbaff43ac6aefaaa9cd
treecdbc64bf85123d2da9fea85a143bb50d0866df08
parentc7585ed7e7dff5de9454b966e17c4b95bc62c5eb
[BUG] "option transparent" is for backend, not frontend !

"option transparent" was set and checked on frontends only while it
is purely a backend thing as it replaces the "balance" mode. For this
reason, it did only work in "listen" sections. This change will then
not affect the rare users of this option.
(cherry picked from commit 4b1f85912c5dfd7e53dfa31d3e9dd3113747c702)
(cherry picked from commit c34da593ed579f373d1176fb510a1e59c474ba6d)
doc/configuration.txt
src/backend.c
src/cfgparse.c