From owner-freebsd-net@FreeBSD.ORG Tue Oct 4 19:51:46 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40B5F106566B for ; Tue, 4 Oct 2011 19:51:46 +0000 (UTC) (envelope-from qing.li@bluecoat.com) Received: from whisker.bluecoat.com (whisker.bluecoat.com [216.52.23.28]) by mx1.freebsd.org (Postfix) with ESMTP id 1B7268FC1D for ; Tue, 4 Oct 2011 19:51:45 +0000 (UTC) Received: from PWSVL-EXCHTS-01.internal.cacheflow.com ([10.2.2.122]) by whisker.bluecoat.com (8.14.2/8.14.2) with ESMTP id p94JpikB011030 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Tue, 4 Oct 2011 12:51:44 -0700 (PDT) Received: from PWSVL-EXCMBX-01.internal.cacheflow.com ([fe80::15bc:12e2:4676:340f]) by PWSVL-EXCHTS-01.internal.cacheflow.com ([fe80::5c50:e2ba:8115:4223%20]) with mapi id 14.01.0289.001; Tue, 4 Oct 2011 12:51:40 -0700 From: "Li, Qing" To: Matt Smith Thread-Topic: gif interface not passing IPv6 packets Thread-Index: AQHMgsqyjCHytA/Lp0KCU6v51XthQZVsl/AA Date: Tue, 4 Oct 2011 19:51:40 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.2.2.106] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "freebsd-net@freebsd.org" Subject: RE: gif interface not passing IPv6 packets X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2011 19:51:46 -0000 Hi, Yes, I believe this patch will be part of RC1. I just need to follow through with the release process. I will let you know once confirmed. --Qing > -----Original Message----- > From: Matt Smith [mailto:matt@xtaz.co.uk] > Sent: Tuesday, October 04, 2011 12:21 PM > To: Li, Qing > Cc: freebsd-net@freebsd.org > Subject: Re: gif interface not passing IPv6 packets >=20 > On 4 October 2011 19:17, Li, Qing wrote: > > Hi, > > > > Please download the newer patch from > > > > =A0 =A0 =A0 =A0http://people.freebsd.org/~qingli/in6.c.diff > > > > This patch ought to fix both problems. >=20 > Just applied this patch. Yes, this fixes both problems. As far as I > can see now everything is working. So the other question was is this > going to affect 9.0, and if it does could the patch get committed to > the tree before RC1 is created? >=20 > Thank you for your help!