]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: set the CO_FL_ADDR_FROM_SET flags with 'set-src'
authorWilliam Lallemand <wlallemand@irq6.net>
Wed, 25 May 2016 00:33:16 +0000 (02:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 1 Jun 2016 09:44:11 +0000 (11:44 +0200)
commit01252ed53c1ab2cf3a6f8b1172589d90d6289c9a
treef2406cc49e24004ce8680968fe4db1bb4f8d3e73
parent2e785f23cb7d788ded86ec8bcabe2e0ec86c9549
MINOR: set the CO_FL_ADDR_FROM_SET flags with 'set-src'

When the 'set-src' action is used, the CO_FL_ADDR_FROM_SET wasn't set,
it can lead to address being rewritten.
src/proto_tcp.c