From owner-freebsd-current@FreeBSD.ORG Mon Aug 3 22:02:58 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFAEC1065679 for ; Mon, 3 Aug 2009 22:02:58 +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 813C88FC2D for ; Mon, 3 Aug 2009 22:02:58 +0000 (UTC) (envelope-from qing.li@bluecoat.com) Received: from bcs-mail03.internal.cacheflow.com ([10.2.2.95]) by whisker.bluecoat.com (8.14.2/8.14.2) with ESMTP id n73LoFC7017192; Mon, 3 Aug 2009 14:50:42 -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: Mon, 3 Aug 2009 14:48:53 -0700 Message-ID: In-Reply-To: <20090803195455.I93661@maildrop.int.zabbadoz.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Problem with latest HEAD and IPv6: in6_ifinit: insertion failed Thread-Index: AcoUdda5S9FGEx4KQuqKFLqnxsjaBwADR4sA References: <20090803174617.GJ1292@hoeg.nl> <20090803190934.GK1292@hoeg.nl> <20090803195455.I93661@maildrop.int.zabbadoz.net> From: "Li, Qing" To: "Bjoern A. Zeeb" , "FreeBSD Current" Cc: Qing Li Subject: RE: Problem with latest HEAD and IPv6: in6_ifinit: insertion failed X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Aug 2009 22:02:59 -0000 >=20 > I then changed the script to s,fxp0,em1,g s,::1,::2,g and re-run: >=20 > ----------------------------------------------------------------------- > - > dut# sh test.sh > 2001:db8::1 0:e0:81:81:13:ad fxp0 permanent R > 2001:db8::1 2001:db8::1 UH fxp0 > em1: flags=3D8802 metric 0 mtu 1500 > ifconfig: ioctl (SIOCAIFADDR): File exists > 2001:db8::1 0:e0:81:81:13:ad fxp0 permanent R > 2001:db8::2 0:e0:81:81:13:9d em1 permanent R > 2001:db8::1 2001:db8::1 UH fxp0 > 2001:db8::2 2001:db8::2 UH em1 > em1: flags=3D8843 metric 0 mtu 1500 > ----------------------------------------------------------------------- Your output appears to come from either an outdated in6.c=20 or a custom version. I expect to see something like the=20 following for each interface address from netstat output: Destination Gateway Flags Netif expire ----------------------------------------------------------------------- 2001:db8::1 link#1 UHS lo0 2001:db8::2 link#2 UHS lo0 ----------------------------------------------------------------------- Please verify your source file. --Qing