* ipftest now compiles with IPFILTER_LOG and needs ip_log.c to be able to

do the log regression test.
* dumping state/nat entries is also possible, outputting this information is
  in the print{state,nat}.c files.
This commit is contained in:
Darren Reed 2002-03-20 08:57:10 +00:00
parent 15fe306743
commit 99a4a5a867
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92771

View File

@ -8,10 +8,12 @@ MAINTAINER= guido@freebsd.org
PROG= ipftest
SRCS= ipt.c parse.c fil.c ipft_sn.c ipft_ef.c ipft_td.c ipft_pc.c opt.c \
ipft_tx.c misc.c ip_frag.c ip_state.c ip_nat.c ip_proxy.c \
ip_auth.c ipft_hx.c ip_fil.c natparse.c facpri.c common.c
ip_log.c ip_auth.c ipft_hx.c ip_fil.c natparse.c facpri.c common.c \
printstate.c printnat.c
CFLAGS+= -DUSE_INET6 -DIPL_NAME=\"/dev/ipl\"
CFLAGS+= -DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -DIPFILTER_LOG
CFLAGS+= -I${.CURDIR}/../../sys/contrib/ipfilter/netinet
CFLAGS+= -I${.CURDIR}/../../sys/contrib/ipfilter
CFLAGS+= -I${.CURDIR}/../../contrib/ipfilter
.include <bsd.prog.mk>