From owner-freebsd-stable@FreeBSD.ORG Sun Dec 31 05:07:40 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1422816A403; Sun, 31 Dec 2006 05:07:40 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (tensor.andric.com [213.154.244.69]) by mx1.freebsd.org (Postfix) with ESMTP id CF8D613C44B; Sun, 31 Dec 2006 05:07:39 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from [192.168.0.3] (kilgore.lan.dim [192.168.0.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTP id 93489B844; Sun, 31 Dec 2006 06:07:37 +0100 (CET) Message-ID: <459745A0.8030708@andric.com> Date: Sun, 31 Dec 2006 06:07:44 +0100 From: Dimitry Andric User-Agent: Thunderbird 2.0b1 (Windows/20061223) MIME-Version: 1.0 To: "Sean C. Farley" References: <4595C753.5030502@andric.com> <20061230163738.D1066@thor.farley.org> In-Reply-To: <20061230163738.D1066@thor.farley.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, Joe Marcus Clarke Subject: Re: gif problems in -STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Dec 2006 05:07:40 -0000 Sean C. Farley wrote: >> I just updated one of my machines from RELENG_6 as of 2006-11-03, to >> RELENG_6 as of 2006-12-29. This caused the IPv6 tunnel which this box >> uses, which had been doing fine for months, to suddenly stop working. ... >> For some reason, the ifconfig command now fails to create the proper >> routing table entries. With the 2006-11-03 kernel, if I configure my >> gif0 tunnel as follows: > > I can confirm my setup with Hurricane Electric also started failing at > some point: ... > I needed to add the following to restore the old (working) behavior: > ipv6_static_routes="defroute" > ipv6_route_defroute="AAAA:BBBB:CCCC:DDDD::1C -interface gif0" By doing some nice bisection debugging, I've narrowed the problem down to this specific commit: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/netinet6/nd6.c#rev1.48.2.16 If you revert this change, tunnel configuration will work as before again. I'm now investigating the diff itself, to see if I can find an error in there anywhere... :) Cheers, Dimitry