> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message