From owner-cvs-src@FreeBSD.ORG Sun Mar 18 14:00:24 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AB20516A40A for ; Sun, 18 Mar 2007 14:00:24 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.228]) by mx1.freebsd.org (Postfix) with ESMTP id 19F8B13C4BE for ; Sun, 18 Mar 2007 14:00:23 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so959200wxc for ; Sun, 18 Mar 2007 07:00:23 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MeY3HZiGq+LgPOwf3mA9Vm8uJOORh022ra/hxa1xErAQ+MfMLBAH01Z3j0dCnjIiBqfuKSoifME7KY3FeLxJbeiNgOQi9Qp5W/PJLYeadn6wM8ruUMwpUZhfjX4cGhXYXCOyTnjQF9tUXlkDdhdRoSFs1DqO+wL2oSA2DmVlkwI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cRqrdrkTztduCpLt8GDyfzAE14jWLEE/xttBBcvA7OnKoN/axPMiQ071BEMvGC7WYFgtDL/+3ALCGhrvs7YPaOMbmBEWjEmuHKdVHgexEBy5+1kpdq7Ig2cRXD1rKdwt9a5w5nmqZwTB7lXxAiQQtIIdqNLAHUHhHLSJNaeyEuk= Received: by 10.90.115.9 with SMTP id n9mr3187021agc.1174226423231; Sun, 18 Mar 2007 07:00:23 -0700 (PDT) Received: by 10.90.25.1 with HTTP; Sun, 18 Mar 2007 07:00:23 -0700 (PDT) Message-ID: Date: Sun, 18 Mar 2007 07:00:23 -0700 From: "Kip Macy" To: "gnn@freebsd.org" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Andre Oppermann , cvs-all@freebsd.org Subject: Re: IPv6 breakage in recent changes - Re: cvs commit: src/sys/netinet tcp_syncache.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Mar 2007 14:00:24 -0000 > With Andre's most recent changes what is the result? > > Also, is this all over localhost or? Andre's commit fixed the problem. Looking at the fix the problem couldn't have been isolated to localhost. -Kip