]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 2994: pt 1: Open *_port directives correctly in IPv4-only mode.
authorAmos Jeffries <amosjeffries@squid-cache.org>
Fri, 30 Jul 2010 04:03:19 +0000 (22:03 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Fri, 30 Jul 2010 04:03:19 +0000 (22:03 -0600)
commite0f8b7097291fc129f5090eb975832a8f16ca401
treeee501fdeaf1864fe1a8f4d35997f6dfc6ee0baf0
parent669c316bb5c92ccc3d1be37eddbd58ae93cf2511
Bug 2994: pt 1: Open *_port directives correctly in IPv4-only mode.

Was opening snmp_port, icp_port, htcp_port under the v4-mapping assumption.
This forces the ports both listening and outgoing to IPv4-only unless
v4-mapping is actually available in the system.
src/htcp.cc
src/icp_v2.cc
src/snmp_core.cc