From owner-freebsd-current@FreeBSD.ORG Thu Apr 22 13:16:58 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AAAD16A4CE for ; Thu, 22 Apr 2004 13:16:58 -0700 (PDT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id B78D343D5D for ; Thu, 22 Apr 2004 13:16:57 -0700 (PDT) (envelope-from sam@errno.com) Received: from [66.127.85.91] ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id i3MKGrWR029000 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Thu, 22 Apr 2004 13:16:53 -0700 (PDT) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: freebsd-current@freebsd.org, masta@wifibsd.org Date: Thu, 22 Apr 2004 13:17:32 -0700 User-Agent: KMail/1.6.1 References: <4087CCD4.7000402@linuxpowered.com> In-Reply-To: <4087CCD4.7000402@linuxpowered.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404221317.32121.sam@errno.com> cc: Paul Beers Subject: Re: TCP MD5SUM broken / still not working ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Apr 2004 20:16:58 -0000 On Thursday 22 April 2004 06:47 am, masta wrote: > Howdy, > > FAST_IPSEC and devcrypto are mutually exclusive. Remove one or the other. options FAST_IPSEC requires device crypto (Fast IPsec has no crypto support builtin; it depends on the crypto subsystem). The /dev/crypto support (which may be what you're referring to) is separate functionality and is unrelated to FAST_IPSEC. Sam