[MINOR] add transparent proxy support for balabit's Tproxy v4
authorWilly Tarreau <w@1wt.eu>
Sun, 13 Jan 2008 16:37:16 +0000 (17:37 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 13 Jan 2008 16:37:16 +0000 (17:37 +0100)
commit0a45989de3846dd33b04ad28a433003a622fd4f7
treec8f685a989f58febc5f8b9f57d912fd41cfcf7d3
parent5b6995c31b16c0fe618e402424ccc3f0a90bd45e
[MINOR] add transparent proxy support for balabit's Tproxy v4

Balabit's TPROXY version 4 which replaces CTTPROXY provides a similar
API to the previous proxy, but relies on IP_FREEBIND instead of
IP_TRANSPARENT. Let's add it.
include/common/compat.h
src/backend.c
src/proto_tcp.c