--------------------- PatchSet 5157 Date: 2007/08/05 14:03:05 Author: amosjeffries Branch: squid3-ipv6 Tag: (none) Log: Experiment: lets see if FreeBSD likes ACLIP better without AI_V4MAPPED Members: src/ACLIP.cc:1.8.2.35->1.8.2.36 Index: squid3/src/ACLIP.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/ACLIP.cc,v retrieving revision 1.8.2.35 retrieving revision 1.8.2.36 diff -u -r1.8.2.35 -r1.8.2.36 --- squid3/src/ACLIP.cc 5 Aug 2007 08:56:48 -0000 1.8.2.35 +++ squid3/src/ACLIP.cc 5 Aug 2007 14:03:05 -0000 1.8.2.36 @@ -1,5 +1,5 @@ /* - * $Id: ACLIP.cc,v 1.8.2.35 2007/08/05 08:56:48 amosjeffries Exp $ + * $Id: ACLIP.cc,v 1.8.2.36 2007/08/05 14:03:05 amosjeffries Exp $ * * DEBUG: section 28 Access Control * AUTHOR: Duane Wessels @@ -307,7 +307,7 @@ if( iptype != None ) hints.ai_flags |= AI_NUMERICHOST; -#if USE_IPV6 && !USE_IPV6_SPLIT_STACK +#if 0 && USE_IPV6 && !USE_IPV6_SPLIT_STACK hints.ai_flags |= AI_V4MAPPED | AI_ALL; #endif