From owner-freebsd-current Fri Feb 28 12: 7:53 2003 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 0A01137B401; Fri, 28 Feb 2003 12:07:52 -0800 (PST) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B1B643F75; Fri, 28 Feb 2003 12:07:51 -0800 (PST) (envelope-from sam@errno.com) Received: from melange (melange.errno.com [66.127.85.82]) (authenticated bits=0) by ebb.errno.com (8.12.5/8.12.1) with ESMTP id h1SK7lnN006784 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Fri, 28 Feb 2003 12:07:48 -0800 (PST)?g (envelope-from sam@errno.com)œ X-Authentication-Warning: ebb.errno.com: Host melange.errno.com [66.127.85.82] claimed to be melange Message-ID: <0a6901c2df65$10a2a260$52557f42@errno.com> From: "Sam Leffler" To: "James E. Flemer" , Cc: References: Subject: Re: FAST_IPSEC and INET6 Date: Fri, 28 Feb 2003 12:07:47 -0800 Organization: Errno Consulting MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > The commit message for src/sys/netipsec/ipsec.c r1.1 > mentions that FAST_IPSEC and INET6 should not be used > together. As far as I can tell from the commit log, > nothing has changed that would negate that recommendation > since the import. However, when compiling a -current (as > of today) kernel with FAST_IPSEC and without INET6, there > is some breakage (with -Werror). > > The prototype and definition of ipsec6_setspidx_in6pcb() > are within #ifdef INET6 blocks (line 187 & 491), but the > function is used on line 292, regardless of INET6. > Thanks for pointing out the problem. I just committed a fix. Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message