From owner-freebsd-current@FreeBSD.ORG Mon Nov 7 10:53:36 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E76516A41F; Mon, 7 Nov 2005 10:53:36 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA03B43D4C; Mon, 7 Nov 2005 10:53:35 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 78F71F24CA; Mon, 7 Nov 2005 02:53:35 -0800 (PST) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00800-01; Mon, 7 Nov 2005 02:53:33 -0800 (PST) Received: from mcneil.com (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 6689CF24C6; Mon, 7 Nov 2005 02:53:33 -0800 (PST) From: Sean McNeil To: SUZUKI Shinsuke In-Reply-To: References: <1131161768.8571.9.camel@server.mcneil.com> <8427EC93-6788-4659-B769-3703FF2AAA9A@mcneil.com> Content-Type: text/plain Organization: Sean McNeil Consulting, Inc Date: Mon, 07 Nov 2005 02:53:33 -0800 Message-Id: <1131360813.1346.2.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com X-Mailman-Approved-At: Mon, 07 Nov 2005 12:25:06 +0000 Cc: ume@freebsd.org, current@freebsd.org Subject: Re: recent MFC code to 6-STABLE kills ipv6 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sean@mcneil.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2005 10:53:36 -0000 On Sun, 2005-11-06 at 18:06 +0900, SUZUKI Shinsuke wrote: > Hello Sean, > > >>>>> On Sat, 5 Nov 2005 14:39:13 -0800 > >>>>> sean@mcneil.com(Sean McNeil) said: > > > > sean> ping6 does NOT work for > > > sean> fe80::203:6dff:fe1a:b19b%dc0 > > > sean> 2002:18c7:2d36:0:203:6dff:fe1a:b19b > > > sean> 2002:18c7:2d36:: > > > > > > It seems an IPv6 operation for dc0 is disabled entirely. Don't you > > > see an error message from your kernel like following? > > > dc0: possible hardware address duplication detected, disable IPv6 > > No, nothing like that in any logs. I can't see how there could > > suddenly be a duplication of hardware addresses. I agree, though, > > that IPv6 is disabled for dc0. Some change in the kernel has caused > > this. > > I tried the same configuration (with the different interface card) > using the latest RELENG-6 in my environment, but I couldn't reproduce > your problem. With a kernel built just moments ago, I still have the same issue. I have an older kernel, however, that works perfectly fine: FreeBSD server.mcneil.com 6.0-STABLE FreeBSD 6.0-STABLE #78: Tue Nov 1 23:07:02 PST 2005 root@server.mcneil.com:/usr/obj/usr/src/sys/AMD64 amd64 With this kernel I can ping6 my dc0 interface just fine. That should help narrow things down a bit. Cheers, Sean