From owner-freebsd-current Mon Dec 27 19:14:50 1999 Delivered-To: freebsd-current@freebsd.org Received: from fgwmail7.fujitsu.co.jp (fgwmail7.fujitsu.co.jp [192.51.44.37]) by hub.freebsd.org (Postfix) with ESMTP id 83D1D14D3E for ; Mon, 27 Dec 1999 19:14:47 -0800 (PST) (envelope-from shin@nd.net.fujitsu.co.jp) Received: from m3.gw.fujitsu.co.jp by fgwmail7.fujitsu.co.jp (8.9.3/3.7W-MX9912-Fujitsu Gateway) id MAA14709; Tue, 28 Dec 1999 12:14:41 +0900 (JST) (envelope-from shin@nd.net.fujitsu.co.jp) Received: from chisato.nd.net.fujitsu.co.jp by m3.gw.fujitsu.co.jp (8.9.3/3.7W-9912-Fujitsu Domain Master) id MAA16736; Tue, 28 Dec 1999 12:14:40 +0900 (JST) Received: from localhost (dhcp7194.nd.net.fujitsu.co.jp [10.18.7.194]) by chisato.nd.net.fujitsu.co.jp (8.8.5+2.7Wbeta5/3.3W8chisato-970826) with ESMTP id MAA12942; Tue, 28 Dec 1999 12:14:39 +0900 (JST) To: davidc@lodge.guild.ab.ca Cc: current@FreeBSD.ORG Subject: Re: INET6 userland tools In-Reply-To: <19991216125426X.shin@nd.net.fujitsu.co.jp> References: <19991216125426X.shin@nd.net.fujitsu.co.jp> 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: <19991228121510C.shin@nd.net.fujitsu.co.jp> Date: Tue, 28 Dec 1999 12:15:10 +0900 From: Yoshinobu Inoue X-Dispatcher: imput version 990905(IM130) Lines: 35 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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. Getaddrinfo(), getaddrname(), etc support is commited, and also several udp and raw socket apps are also committed. -gethostbyaddr(), gethostbyname(), etc support in libc/net (but DNS query over IPv6 transport is not yet) -several udp and raw socket apps ping6 rtsol(host address autoconfiguration tool. Actually the source code is shared with 'rtsold'. Though it needs 'rtadvd' daemon on a router, 'rtadvd' for current is not yet.) rtsold(host address autoconfiguration daemon for Note PC, which frequently change its subnet) gifconfig(v6/v4, v6/v4, v4/v4, v6/v6 tunneling configuration) ifmcstat(print out v6 multicast addr configuration info) prefix(assigne address prefix, e.g. subnet addr, just like ifconfig for full addr. it also support host internal prefix renumbering) route6d rip6query Anyone interested in them please try and enjoy. (Note that you need to build kernel with INET6 option.) If there is any problems, please let me know. Thanks, Yoshinobu Inoue KAME project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message