From owner-freebsd-stable@FreeBSD.ORG Wed Sep 1 23:24:54 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1843A1065679 for ; Wed, 1 Sep 2010 23:24:54 +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 002298FC12 for ; Wed, 1 Sep 2010 23:24:53 +0000 (UTC) Received: from bcs-mail03.internal.cacheflow.com ([10.2.2.95]) by whisker.bluecoat.com (8.14.2/8.14.2) with ESMTP id o81NOrxa019509; Wed, 1 Sep 2010 16:24:53 -0700 (PDT) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 1 Sep 2010 16:24:35 -0700 Message-ID: In-Reply-To: <201009012255.o81MtMXn009701@lava.sentex.ca> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: if_rtdel: error 47 Thread-Index: ActKKMkED6SGao3OSrWVm4yBwiSMZAAAtP5Q References: <201008312102.o7VL2MJr000894@lava.sentex.ca> <201009012255.o81MtMXn009701@lava.sentex.ca> From: "Li, Qing" To: "Mike Tancsa" , Cc: Subject: RE: if_rtdel: error 47 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: Wed, 01 Sep 2010 23:24:54 -0000 >=20 > Hi, > Thanks for looking! Yes, they are the same. However, I > dont see this error on the other box which does not have ipv6 > negotiation on the line (set bundle enable ipv6cp). Only since > enabling ipv6 negotiation and oddly enough only after a few days did > the error start happening. >=20 I went through the change history and noticed I made the following changelist for IPv4,=20 http://svn.freebsd.org/viewvc/base/head/sys/netinet/in.c?r1=3D201811&r2=3D= 20 3401 Maybe related and something similar needs to be done for IPv6 ... =20 >=20 > The other issue I noticed was that the link local ipv6 stopped > working on a test machine. > eg > pinging the multicast address on the local link stopped working for > some reason > ie ping ff02::1%ng155 > stopped working on a machine I was testing just the day > before. Killing the l2tp session and having it reconnect fixed the > issue. >=20 Nothing obvious comes to mind at the moment. > > OK, another issue I am seeing. The routing table seems to have "junk" > in it. eg >=20 That explains the errno =3D 47, EAFNOSUPPORT. I also noticed in your routing table output that all of entries that have junk are related to the ng interface. -- Qing