From owner-freebsd-current Wed Dec 15 19:54:14 1999 Delivered-To: freebsd-current@freebsd.org Received: from orange.kame.net (orange.kame.net [203.178.141.194]) by hub.freebsd.org (Postfix) with ESMTP id 34C951514C for ; Wed, 15 Dec 1999 19:54:07 -0800 (PST) (envelope-from shin@nd.net.fujitsu.co.jp) Received: from localhost (kame209.kame.net [203.178.141.209]) by orange.kame.net (8.9.1+3.1W/3.7W) with ESMTP id MAA12353; Thu, 16 Dec 1999 12:54:00 +0900 (JST) To: davidc@lodge.guild.ab.ca Cc: current@FreeBSD.ORG Subject: Re: INET6 userland tools In-Reply-To: References: 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: <19991216125426X.shin@nd.net.fujitsu.co.jp> Date: Thu, 16 Dec 1999 12:54:26 +0900 From: Yoshinobu Inoue X-Dispatcher: imput version 990905(IM130) Lines: 23 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I may be missing the obvious, but what is > everybody using for userland tools (ping6 etc) > on current? I haven't tried, but will the > kame-snap tools for 3 work? > > Thanks Now only ifconfig, route, and netstat support INET6 on the current. To support other tools, INET6 related library functions are need to be added into libc.(which was provided as independent static link library in KAME) Very INET6 specific patches are already prepared and under the review. getaddrinfo() and getaddrname() is not yet, but I'll also prepare them. And after those libraries are prepared, porting KAME tools onto current won't be difficult. Yoshinobu Inoue > Chad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message