]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: IPv6 support for transparent proxy
authorDavid du Colombier <dducolombier@exceliance.fr>
Fri, 13 Jul 2012 12:34:59 +0000 (14:34 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Jul 2012 05:53:42 +0000 (07:53 +0200)
commit65c1796c4aeb54fc10430ba89f15141702f42eee
tree9d5ad4667620ddc391a1eeadf6f56cf6cd5e0d39
parent5b88da269c528a399606f35cf13e7dea58eabd90
MINOR: IPv6 support for transparent proxy

Set socket option IPV6_TRANSPARENT on binding
to enable transparent proxy on IPv6.
This option is available from Linux 2.6.37.
include/common/compat.h
src/proto_tcp.c