Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2003 12:17:51 -0500 (EST)
From:      "James E. Flemer" <jflemer@acm.jhu.edu>
To:        <current@freebsd.org>
Cc:        <sam@freebsd.org>
Subject:   FAST_IPSEC and INET6
Message-ID:  <Pine.LNX.4.33L2.0302281156360.595-100000@centaur.acm.jhu.edu>

next 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.

I'm not familiar enough with this code to offer up a patch.
-James


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?Pine.LNX.4.33L2.0302281156360.595-100000>