kern/53624: patches for ipfw2 to support ipsec packet filtering

Michael Sierchio kudzu at tenebras.com
Sun Jul 6 19:28:17 PDT 2003


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
?




More information about the freebsd-ipfw mailing list