From 5265258c28d6fca8883bfeb90803941c206bb7cc Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Wed, 10 Sep 1997 04:19:07 +0000 Subject: Add example for IPFIREWALL_DEFAULT_TO_ACCEPT --- sys/modules/ipfw/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys/modules') diff --git a/sys/modules/ipfw/Makefile b/sys/modules/ipfw/Makefile index 812cc76542895..2afebe8d0402b 100644 --- a/sys/modules/ipfw/Makefile +++ b/sys/modules/ipfw/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.7 1997/02/22 12:48:14 peter Exp $ .PATH: ${.CURDIR}/../../sys/netinet KMOD= ipfw_mod @@ -10,5 +10,8 @@ CFLAGS+= -DIPFIREWALL -DIPFIREWALL_MODULE #CFLAGS+= -DIPFIREWALL_VERBOSE #CFLAGS+= -DIPFIREWALL_VERBOSE_LIMIT=100 # +#If you want it to pass all packets by default +#CFLAGS+= -DIPFIREWALL_DEFAULT_TO_ACCEPT +# .include -- cgit v1.3