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 --- lkm/ipfw/Makefile | 5 ++++- sys/modules/ipfw/Makefile | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lkm/ipfw/Makefile b/lkm/ipfw/Makefile index 812cc7654289..2afebe8d0402 100644 --- a/lkm/ipfw/Makefile +++ b/lkm/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 diff --git a/sys/modules/ipfw/Makefile b/sys/modules/ipfw/Makefile index 812cc7654289..2afebe8d0402 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