]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 3732: Fix ConnOpener IPv6 awareness
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 28 Jan 2013 11:45:07 +0000 (04:45 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 28 Jan 2013 11:45:07 +0000 (04:45 -0700)
commit93315f5d86a0105a14a6aee4f7f9a987f9849f2d
treebd39b683b419f7870c1242b02e0b2d78a7683e88
parent6aae5e33d1a3d484ef78e8b423387dcadeb10ab5
Bug 3732: Fix ConnOpener IPv6 awareness

When updating IPv6 support for split-stack one USE_IPV6 wrapper was
omitted conversion to the EnabledIpv6 stack auto-detect mechanism.
This resulted in IPv6 addresses being mis-converted on split-stack
systems or with IPv6 disabled in the kernel and --enable-ipv6 built.

The visible symptom is "assert(FALSE)" in Ip::Address::GetAddrInfo().
src/comm/ConnOpener.cc