From owner-freebsd-net@FreeBSD.ORG Tue Oct 4 18:17:34 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 35600106566B for ; Tue, 4 Oct 2011 18:17:34 +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 EB3038FC18 for ; Tue, 4 Oct 2011 18:17:32 +0000 (UTC) Received: from PWSVL-EXCHTS-02.internal.cacheflow.com (sai-rp.bluecoat.com [10.2.2.126] (may be forged)) by whisker.bluecoat.com (8.14.2/8.14.2) with ESMTP id p94IHRdw006426 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Tue, 4 Oct 2011 11:17:27 -0700 (PDT) Received: from PWSVL-EXCMBX-01.internal.cacheflow.com ([fe80::15bc:12e2:4676:340f]) by PWSVL-EXCHTS-02.internal.cacheflow.com ([fe80::4910:317f:407:6ecc%14]) with mapi id 14.01.0289.001; Tue, 4 Oct 2011 11:17:21 -0700 From: "Li, Qing" To: "Li, Qing" , Matt Smith Thread-Topic: gif interface not passing IPv6 packets Thread-Index: AQHMgnrKjCHytA/Lp0KCU6v51XthQZVscniA///YAa6AADMWAA== Date: Tue, 4 Oct 2011 18:17:21 +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="us-ascii" 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 18:17:34 -0000 Hi, Please download the newer patch from http://people.freebsd.org/~qingli/in6.c.diff This patch ought to fix both problems. --Qing > -----Original Message----- > From: owner-freebsd-net@freebsd.org [mailto:owner-freebsd- > net@freebsd.org] On Behalf Of Li, Qing > Sent: Tuesday, October 04, 2011 8:23 AM > To: Matt Smith > Cc: freebsd-net@freebsd.org > Subject: RE: gif interface not passing IPv6 packets >=20 > I believe there is actually another bug needs fixing. Let me confirm > and will provide > another patch later. >=20 > --Qing >=20 > ________________________________________ > From: Matt Smith [matt@xtaz.co.uk] > Sent: Tuesday, October 04, 2011 3:33 AM > To: Li, Qing > Cc: freebsd-net@freebsd.org > Subject: Re: gif interface not passing IPv6 packets >=20 > On 4 October 2011 10:48, Matt Smith wrote: > > I have just applied the patch, recompiled the kernel, and rebooted > > with my original configuration in rc.conf and all interfaces have > come > > up as expected now. The routes are there, I can ping everything, and > I > > can connect to everything as expected. >=20 > Actually saying that. I've found a problem meaning some of my software > is broken now. >=20 > Just noticed that lo0 doesn't have a ::1 address: >=20 > lo0: flags=3D8049 metric 0 mtu 16384 > options=3D3 > inet 127.0.0.1 netmask 0xff000000 >=20 > If I try and add one I get this: >=20 > root@tao[~]# ifconfig lo0 inet6 ::1 prefixlen 128 > ifconfig: ioctl (SIOCAIFADDR): File exists > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"