From owner-cvs-src@FreeBSD.ORG Mon Feb 9 07:37:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCD9C16A4CE; Mon, 9 Feb 2004 07:37:23 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5BEB43D2F; Mon, 9 Feb 2004 07:37:23 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 090BB65434; Mon, 9 Feb 2004 15:37:22 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 21824-02; Mon, 9 Feb 2004 15:37:21 +0000 (GMT) Received: from saboteur.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 5E4736542F; Mon, 9 Feb 2004 15:37:21 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 4A86F11; Mon, 9 Feb 2004 15:37:20 +0000 (GMT) Date: Mon, 9 Feb 2004 15:37:19 +0000 From: Bruce M Simpson To: cjclark@alum.mit.edu Message-ID: <20040209153719.GB1275@saboteur.dek.spc.org> Mail-Followup-To: cjclark@alum.mit.edu, Hajimu UMEMOTO , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200401271557.i0RFvG4b022293@repoman.freebsd.org> <20040209053427.GA47595@blossom.cjclark.org> <20040209153130.GA90540@blossom.cjclark.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040209153130.GA90540@blossom.cjclark.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Hajimu UMEMOTO cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet6 in6_pcb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2004 15:37:24 -0000 On Mon, Feb 09, 2004 at 07:31:30AM -0800, Crist J. Clark wrote: > So to rephrase, you cannot build INET6 and FAST_IPSEC (which only does > IPv4 IPsec) in the same kernel. This is particularly nasty as I have a piece of work in progress at the moment which requires FAST_IPSEC. I could crossport it to the KAME codebase, but the last time I looked at this, it looked hairy. BMS