This is a discussion on Re: Upgrading from FreeBSD 6.2 to FreeBSD 7.0 - FreeBSD ; At 10:10 AM 2/20/2008, Hansa wrote: >/usr/src/sys/i386/conf/TESTRABIT: unknown option "IPSEC_ESP" >*** Error code 1 > >Stop in /usr/src. >*** Error code 1 > >Stop in /usr/src. >kernel build duration: 00:00:00 >==== STUCK ==== > >My guess is that the ipsec ...
At 10:10 AM 2/20/2008, Hansa wrote:
>/usr/src/sys/i386/conf/TESTRABIT: unknown option "IPSEC_ESP"
>*** Error code 1
>
>Stop in /usr/src.
>*** Error code 1
>
>Stop in /usr/src.
>kernel build duration: 00:00:00
>==== STUCK ====
>
>My guess is that the ipsec (crypto?) source code is missing? Is this
>correct? If so, where can I find it and where should I put it?
Hi,
The options for IPSEC are different in RELENG_7. The KAME
implementation is no longer there as its just FAST_IPSEC. So get rid
of IPSEC_ESP and just have
options IPSEC
device crypto
in your kernel.
---Mike
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/lis...reebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"