]> 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, 1 Mar 2009 07:10:16 +0000 (08:10 +0100)
commitc34da593ed579f373d1176fb510a1e59c474ba6d
tree23e79006dbe9022e88dc11fd820ed65b2fa29950
parent121c80111c37ff291d04fde300d035dff313af57
[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)
doc/configuration.txt
src/backend.c
src/cfgparse.c