[MINOR] add new tproxy flags for dynamic source address binding
authorWilly Tarreau <w@1wt.eu>
Mon, 7 Sep 2009 09:51:47 +0000 (11:51 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 30 Mar 2010 07:59:44 +0000 (09:59 +0200)
commit090466c91a902ba25f0eb8ea6d61abc726d9b5e8
tree93ba1a65e772004e27be196ca07202cd22f2951f
parentd54bbdce871fddd5bb089812d1e47c78de0ce247
[MINOR] add new tproxy flags for dynamic source address binding

This patch adds a new TPROXY bind type, TPROXY_DYN, to indicate to the
TCP connect function that we want to bind to the address passed in
argument.
include/types/proxy.h
include/types/server.h
src/proto_tcp.c