From owner-freebsd-net Wed May 13 02:10:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA17397 for freebsd-net-outgoing; Wed, 13 May 1998 02:10:54 -0700 (PDT) (envelope-from owner-freebsd-net@FreeBSD.ORG) Received: from coconut.itojun.org (itojun@coconut.itojun.org [210.160.95.97]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA17116; Wed, 13 May 1998 02:09:31 -0700 (PDT) (envelope-from itojun@itojun.org) Received: from localhost (itojun@localhost.itojun.org [127.0.0.1]) by coconut.itojun.org (8.8.8+3.0Wbeta12/3.6W/smtpfeed 0.63) with ESMTP id SAA13959; Wed, 13 May 1998 18:09:28 +0900 (JST) To: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) cc: Petri Helenius , "Jordan K. Hubbard" , Guido van Rooij , peter@netplex.com.au (Peter Wemm), net@FreeBSD.ORG, core@FreeBSD.ORG In-reply-to: dag-erli's message of 13 May 1998 09:51:15 +0200. 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: INRIA IPv6 on FreeBSD From: Jun-ichiro itojun Itoh Date: Wed, 13 May 1998 18:09:28 +0900 Message-ID: <13955.895050568@coconut.itojun.org> Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >I am going to discuss this with some of the IPv6 researchers here and >try to determine, in the course of the next few weeks, what the >differences between the two implementions are and how significant they >are. Looking forward to hearing from you, >both stacks have different interfaces (e.g. different locations for >IPv6 header files; INRIA places its headers in /usr/include/netinet/ >and modifies some of the existing headers, whereas WIDE places its >headers in /usr/include/netinet6/ and tries to modify as few existing >files as possible). This means that whichever stack we choose, All we have to conform for header file placement is two RFCs (RFC2133 and RFC2292). WIDE stack for 2.2.6 is aimed for plug-and-play installation so we do want to patch small number of files as possible so we have chosen to put those files into sys/netinet6. (of course, we are flexible about this and may try to move those into sys/netinet, if there's any significant differences) itojun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message