summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ipftest
diff options
context:
space:
mode:
authordarrenr <darrenr@FreeBSD.org>2002-03-20 08:57:10 +0000
committerdarrenr <darrenr@FreeBSD.org>2002-03-20 08:57:10 +0000
commit1156d9dd5939faa4e583138a2cddeabb6cb9b808 (patch)
tree58154cb4b8f160527b054cd460ae4788bad0a185 /usr.sbin/ipftest
parente7a78af097feb1b108cf53085171d6c9317bf8f9 (diff)
downloadFreeBSD-src-1156d9dd5939faa4e583138a2cddeabb6cb9b808.zip
FreeBSD-src-1156d9dd5939faa4e583138a2cddeabb6cb9b808.tar.gz
* 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.
Diffstat (limited to 'usr.sbin/ipftest')
-rw-r--r--usr.sbin/ipftest/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/ipftest/Makefile b/usr.sbin/ipftest/Makefile
index ccfd3f8..db4efba 100644
--- a/usr.sbin/ipftest/Makefile
+++ b/usr.sbin/ipftest/Makefile
@@ -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>
OpenPOWER on IntegriCloud