Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jul 2002 19:28:28 +0200
From:      Cyrille Lefevre <cyrille.lefevre@laposte.net>
To:        "Jo B. Grasmo" <needle+ipfw@verloid.net>
Cc:        ipfw@FreeBSD.ORG
Subject:   Re: IPFW2
Message-ID:  <20020725172828.GG58642@gits.dyndns.org>
In-Reply-To: <20020725125346.A8987@dustpuppy.world-online.no>
References:  <20020725125346.A8987@dustpuppy.world-online.no>

next in thread | previous in thread | raw e-mail | index | archive | help

On Thu, Jul 25, 2002 at 12:53:46PM +0200, Jo B. Grasmo wrote:
> 
> One final question, when can we see IPFW2 as a kernel module? :-)
> 

IMHO, modifying sys/modules/ipfw/Makefile as in -current should suffice.
(not tested, yet, sorry.)

Index: /sys/modules/ipfw/Makefile
===================================================================
RCS file: /home/ncvs/src/sys/modules/ipfw/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- /sys/modules/ipfw/Makefile	28 Aug 1999 00:47:21 -0000	1.11
+++ /sys/modules/ipfw/Makefile	25 Jul 2002 17:25:07 -0000
@@ -2,9 +2,10 @@
 
 .PATH:	${.CURDIR}/../../netinet
 KMOD=	ipfw
-SRCS=	ip_fw.c
+SRCS=	ip_fw2.c
 NOMAN=
 CFLAGS+= -DIPFIREWALL
+CFLAGS+= -DIPFW2
 #
 #If you want it verbose
 #CFLAGS+= -DIPFIREWALL_VERBOSE

Cyrille.
-- 
Cyrille Lefevre                 mailto:cyrille.lefevre@laposte.net

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ipfw" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020725172828.GG58642>