From owner-freebsd-current Thu Jan 27 12:29: 5 2000 Delivered-To: freebsd-current@freebsd.org Received: from fgwmail6.fujitsu.co.jp (fgwmail6.fujitsu.co.jp [192.51.44.36]) by hub.freebsd.org (Postfix) with ESMTP id A8473158B7 for ; Thu, 27 Jan 2000 12:29:02 -0800 (PST) (envelope-from shin@nd.net.fujitsu.co.jp) Received: from m1.gw.fujitsu.co.jp by fgwmail6.fujitsu.co.jp (8.9.3/3.7W-MX9912-Fujitsu Gateway) id FAA09578; Fri, 28 Jan 2000 05:28:46 +0900 (JST) (envelope-from shin@nd.net.fujitsu.co.jp) Received: from incapgw.fujitsu.co.jp by m1.gw.fujitsu.co.jp (8.9.3/3.7W-9912-Fujitsu Domain Master) id FAA17837; Fri, 28 Jan 2000 05:28:45 +0900 (JST) Received: from localhost ([192.168.245.29]) by incapgw.fujitsu.co.jp (8.9.3/3.7W-9912) id FAA12271; Fri, 28 Jan 2000 05:28:44 +0900 (JST) To: wollman@khavrinen.lcs.mit.edu Cc: fenner@research.att.com, asmodai@wxs.nl, current@FreeBSD.ORG Subject: Re: With feature freeze being in place In-Reply-To: <200001271944.OAA19277@khavrinen.lcs.mit.edu> References: <20000122210136.B18600@daemon.ninth-circle.org> <200001271903.LAA09566@windsor.research.att.com> <200001271944.OAA19277@khavrinen.lcs.mit.edu> X-Mailer: Mew version 1.94 on Emacs 20.4 / Mule 4.0 (HANANOEN) X-Prom-Mew: Prom-Mew 1.93.4 (procmail reader for Mew) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000128052927V.shin@nd.net.fujitsu.co.jp> Date: Fri, 28 Jan 2000 05:29:27 +0900 From: Yoshinobu Inoue X-Dispatcher: imput version 990905(IM130) Lines: 21 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Yesterday, I tested ping6 between two hosts using link-local > addresses, and it worked. The week before, however, I couldn't get a > different machine to transmit packets when it had IPv6 in the kernel. > I'm not sure about the relative dates involved. > > -GAWollman Some driver seems to have problems with INET6 support. IPv6 addresss auto configuration packet is sent just after ifconfig up, and all such work is done at splimp(). Sometime it seems to be problem for some drivers. As I heard, -fxp driver cause problem with some driver at some timing. -de driver caused some initialization problem with INET6. I have been trying to find some time to test fxp, but not successful yet. Yoshinobu Inoue To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message