]> git.ipfire.org Git - thirdparty/squid.git/commit
Basic split-stack functionality
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 1 Aug 2010 06:16:06 +0000 (18:16 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 1 Aug 2010 06:16:06 +0000 (18:16 +1200)
commite0209daead16f26629c7e3b568d2251cec66d8e1
tree5e401618825229c866f1ff273fd76f27e9c9db41
parent407b9bb1bbf85f02230e794544113bc0afbd51ea
Basic split-stack functionality

Enable split-stack detection by default.

There is now enough split-stack support to enable accepting IPv6 client
connections on systems with separate IPv4/IPv6 stacks. Also some limited
server connection capabilities (see tcp_outgoing_addr config hacks).

SNMP, ICP, HTCP listeners and outbound connections currently default to
IPv4-only on these systems to retain backward-compatibility.
But may be explicity configured to IPv6-only. There is no support as yet
for dual-protocol behaviour in the sockets of these three protocols.
src/htcp.cc
src/icp_v2.cc
src/ip/tools.cc
src/snmp_core.cc