Hi
As far as i know it will set mark only for "client side" connections,
but not connections to backend.
On 2013-12-23 14:32, Lukas Tribus wrote:
Hi,
backend transparent-cache1
option transparent
option tcp-smart-connect
source 10.0.253.26 usesrc clientip set-mark 0x11
Doesn't the following configuration achieve what you are trying to do?
backend transparent-cache1
option transparent
option tcp-smart-connect
source 10.0.253.26 usesrc clientip
http-request set-mark 0x11
http-response set-mark 0x11
Regards,
Lukas