]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: tcp: add support for the "v6only" bind option
authorWilly Tarreau <w@1wt.eu>
Sat, 24 Nov 2012 10:55:28 +0000 (11:55 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 24 Nov 2012 11:20:28 +0000 (12:20 +0100)
commit9b6700f673e04a0f2a804202429f208bb2285d29
treea9749472e331b192a1491831170e1bd16293bafb
parente3635edc885e066491dd4db9688862149a538ab6
MINOR: tcp: add support for the "v6only" bind option

This option forces a socket to bind to IPv6 only when it uses the
default address (eg: ":::80").
doc/configuration.txt
include/types/listener.h
src/proto_tcp.c