Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 Jul 2003 19:28:11 -0700
From:      Michael Sierchio <kudzu@tenebras.com>
To:        Luigi Rizzo <luigi@FreeBSD.org>
Cc:        ari.suutari@syncrontech.com
Subject:   Re: kern/53624: patches for ipfw2 to support ipsec packet filtering
Message-ID:  <3F08DABB.2020509@tenebras.com>
In-Reply-To: <200307070113.h671DPeG082710@freefall.freebsd.org>
References:  <200307070113.h671DPeG082710@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Luigi Rizzo wrote:
> Synopsis: patches for ipfw2 to support ipsec packet filtering
> 
> State-Changed-From-To: open->closed
> State-Changed-By: luigi
> State-Changed-When: Sun Jul 6 18:13:14 PDT 2003
> State-Changed-Why: 
> committed, thanks


Question: How does this interact with Sam Leffler's FAST_IPSEC ?

That is, may we instead of

	options IPFIREWALL
	options IPSEC
	options IPSEC_ESP
	options IPSEC_FILTERGIF

do this
	options IPFIREWALL
	options FAST_IPSEC
	options IPSEC_FILTERGIF
?




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F08DABB.2020509>