cvs commit: src/sys/netinet ip_fw2.c src/sbin/ipfw ipfw.8
Sam Leffler
sam at FreeBSD.org
Mon Dec 1 16:23:47 PST 2003
sam 2003/12/01 16:23:45 PST
FreeBSD src repository
Modified files:
sys/netinet ip_fw2.c
sbin/ipfw ipfw.8
Log:
Include opt_ipsec.h so IPSEC/FAST_IPSEC is defined and the appropriate
code is compiled in to support the O_IPSEC operator. Previously no
support was included and ipsec rules were always matching. Note that
we do not return an error when an ipsec rule is added and the kernel
does not have IPsec support compiled in; this is done intentionally
but we may want to revisit this (document this in the man page).
PR: 58899
Submitted by: Bjoern A. Zeeb
Approved by: re (rwatson)
Revision Changes Path
1.134 +8 -1 src/sbin/ipfw/ipfw.8
1.51 +1 -0 src/sys/netinet/ip_fw2.c
More information about the cvs-src
mailing list