1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-16 15:11:52 +00:00

IPv6 is on by default in GENERIC so enable IPv6 in IPFilter too by default.

PR:		kern/57730
Submitted by:	FUKAUMI Naoki <fukaumi@soum.co.jp>
This commit is contained in:
Darren Reed 2004-04-20 14:06:42 +00:00
parent c3f9b66e7a
commit e885d52740
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128476

View File

@ -6,9 +6,11 @@ KMOD= ipl
SRCS= mlfk_ipl.c ip_nat.c ip_frag.c ip_state.c ip_proxy.c ip_auth.c \
ip_log.c ip_fil.c fil.c
CFLAGS+= -DUSE_INET6
CFLAGS+= -I${.CURDIR}/../../contrib/ipfilter
CFLAGS+= -DIPFILTER=1 -DIPFILTER_LKM -DIPFILTER_LOG -DPFIL_HOOKS
#
# If you don't want IPv6 functionality remove -DUSE_INET6
# If you don't want log functionality remove -DIPFILTER_LOG
#