From owner-freebsd-current Mon Nov 2 03:48:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA26130 for freebsd-current-outgoing; Mon, 2 Nov 1998 03:48:26 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from coconut.itojun.org (coconut.itojun.org [210.160.95.97]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA26123 for ; Mon, 2 Nov 1998 03:48:23 -0800 (PST) (envelope-from itojun@itojun.org) Received: from localhost (itojun@localhost.itojun.org [127.0.0.1]) by coconut.itojun.org (8.9.1+3.1W/3.7W) with ESMTP id UAA05052; Mon, 2 Nov 1998 20:48:03 +0900 (JST) To: dg@root.com cc: obrien@NUXI.com, Garrett Wollman , current@FreeBSD.ORG In-reply-to: dg's message of Mon, 02 Nov 1998 03:41:26 PST. <199811021141.DAA01931@implode.root.com> X-Template-Reply-To: itojun@itojun.org X-Template-Return-Receipt-To: itojun@itojun.org X-PGP-Fingerprint: F8 24 B4 2C 8C 98 57 FD 90 5F B4 60 79 54 16 E2 Subject: Re: IPv6 in -current Date: Mon, 02 Nov 1998 20:48:03 +0900 Message-ID: <5048.910007283@coconut.itojun.org> From: Jun-ichiro itojun Itoh Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> If it is packaging issues, I would like to state the following for >> KAME 2.2.7 kit: >> - we intentionally NOT overwriting existing tools, >> like /usr/bin/ftp. This surprises people too much, especially >> in multiuser installations. >> - we are trying NOT to require "make World" for installation. >> therefore, we do not use /usr/src tree for this. >> It can be changed for KAME 3.0, of course. > I actually would like to see a more thorough integration with the standard >tools being able to deal with both IPv4 and IPv6 simultaneously. It probably >makes sense to hold off on doing that work until KAME becomes a standard part >of the system, however - doing so now would make it a lot more difficult to >track FreeBSD-current. Actually *ALL* the KAME userland tools are dual stack ready. KAME userland tools are installed into, say, /usr/local/v6/bin/ftp, You can perform BOTH IPv4/v6 imply adding search path to /usr/local/v6/{bin,sbin,whatever}. ftp host.v4.freebsd.org makes IPv4 ftp, ftp host.v4.freebsd.org makes IPv6 ftp. If our document is silent about this, we'll add more comments into documents. (We feared to surprise people by tiny differences in /usr/bin/ftp and /usr/local/v6/bin/ftp, and we have chosen to install userland tools into /usr/local/v6) itojun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message