Date: Fri, 28 Feb 2003 12:07:47 -0800 From: "Sam Leffler" <sam@errno.com> To: "James E. Flemer" <jflemer@acm.jhu.edu>, <current@freebsd.org> Cc: <sam@freebsd.org> Subject: Re: FAST_IPSEC and INET6 Message-ID: <0a6901c2df65$10a2a260$52557f42@errno.com> References: <Pine.LNX.4.33L2.0302281156360.595-100000@centaur.acm.jhu.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0a6901c2df65$10a2a260$52557f42>