]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: tcp: add 'set-src' to 'tcp-request connection'
authorWilliam Lallemand <wlallemand@irq6.net>
Tue, 24 May 2016 23:48:42 +0000 (01:48 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 1 Jun 2016 09:44:11 +0000 (11:44 +0200)
commit2e785f23cb7d788ded86ec8bcabe2e0ec86c9549
treed9b7a5704c5d9b2b7ea536b03433503ae4c156bc
parentbb933468b477a9c82ad800463c6a7f234e2dd3ac
MEDIUM: tcp: add 'set-src' to 'tcp-request connection'

The 'set-src' action was not available for tcp actions The action code
has been converted into a function in proto_tcp.c to be used for both
'http-request' and 'tcp-request connection' actions.

Both http and tcp keywords are registered in proto_tcp.c
doc/configuration.txt
include/types/action.h
src/proto_http.c
src/proto_tcp.c