From: Amos Jeffries Date: Sun, 12 Jul 2009 10:00:47 +0000 (+1200) Subject: v6 Doc Updates X-Git-Tag: SQUID_3_2_0_1~888 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=44770d71d5a946cf2aca802557531c0ef466e79c;p=thirdparty%2Fsquid.git v6 Doc Updates --- diff --git a/configure.in b/configure.in index bac2065b14..0dd18c2cbe 100644 --- a/configure.in +++ b/configure.in @@ -2632,17 +2632,17 @@ if test "$use_ipng" = "yes"; then AC_DEFINE(USE_IPV6,1,[Enable support for IPv6 ]) use_v4mapped=yes -dnl Check for Windows XP option +dnl Check for forced split-stack mode AC_MSG_CHECKING([for IPv6 split-stack requirement]) AC_ARG_WITH(ipv6-split-stack, AC_HELP_STRING([--with-ipv6-split-stack], - [Enable experimental split-stack support for Windows XP. Requires IPv6.]), + [Force-Enable experimental split-stack support for Windows XP and *BSD. Requires IPv6.]), [ use_v4mapped="no" AC_MSG_RESULT(yes)], [ AC_MSG_RESULT(no) ]) -dnl Check for IPv6 Windows Vista option -dnl Also useful for other OS with hybrid-stack defaults turned OFF +dnl Check for IPv6 v4-mapping availability +dnl Useful for other OS with hybrid-stack defaults turned OFF dnl But only usable if it actually works... if test "$use_v4mapped" = "yes" ; then AC_MSG_CHECKING([for IPv6 v4-mapping ability]) diff --git a/doc/release-notes/release-3.1.sgml b/doc/release-notes/release-3.1.sgml index 2e75735260..1539cfba6e 100644 --- a/doc/release-notes/release-3.1.sgml +++ b/doc/release-notes/release-3.1.sgml @@ -1132,7 +1132,7 @@ This section gives an account of those changes in three categories:

Allow build-time configuration of Default location for squid logs. --with-ipv6-split-stack -

Enable special additions for IPv6 support in Windows XP. +

Force enable special additions for IPv6 support in Windows XP and various BSD systems. see the IPv6 details above for a better description. --with-pidfile=PATH diff --git a/src/forward.cc b/src/forward.cc index 4940fdc66c..330a02cad2 100644 --- a/src/forward.cc +++ b/src/forward.cc @@ -853,7 +853,6 @@ FwdState::connectStart() #if URL_CHECKSUM_DEBUG entry->mem_obj->checkUrlChecksum(); - #endif outgoing = getOutgoingAddr(request, fs->_peer); @@ -1262,9 +1261,6 @@ arguments describing the now selected path.. It does not matter from a functional perspective if it gets called a few times more than what is really needed, but calling it too often may obviously hurt performance. - -\todo Current code looks fine, even if using !fs->_peer as condition -instead of HIER_DIRECT would be clearer. */ // updates HierarchyLogEntry, guessing nextHop and its format void