From owner-freebsd-ipfw Thu Jul 25 10:28:36 2002 Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D031937B405 for ; Thu, 25 Jul 2002 10:28:31 -0700 (PDT) Received: from smtp.noos.fr (claudel.noos.net [212.198.2.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5D0843E42 for ; Thu, 25 Jul 2002 10:28:30 -0700 (PDT) (envelope-from root@gits.dyndns.org) Received: (qmail 34400288 invoked by uid 0); 25 Jul 2002 17:28:29 -0000 Received: from unknown (HELO gits.gits.dyndns.org) ([212.198.229.153]) (envelope-sender ) by 212.198.2.83 (qmail-ldap-1.03) with SMTP for ; 25 Jul 2002 17:28:29 -0000 Received: from gits.gits.dyndns.org (zq1xw2di583oogs7@localhost [127.0.0.1]) by gits.gits.dyndns.org (8.12.5/8.12.5) with ESMTP id g6PHSSq4071784; Thu, 25 Jul 2002 19:28:28 +0200 (CEST) (envelope-from root@gits.dyndns.org) Received: (from root@localhost) by gits.gits.dyndns.org (8.12.5/8.12.5/Submit) id g6PHSSlF071783; Thu, 25 Jul 2002 19:28:28 +0200 (CEST) (envelope-from root) Date: Thu, 25 Jul 2002 19:28:28 +0200 From: Cyrille Lefevre To: "Jo B. Grasmo" Cc: ipfw@FreeBSD.ORG Subject: Re: IPFW2 Message-ID: <20020725172828.GG58642@gits.dyndns.org> References: <20020725125346.A8987@dustpuppy.world-online.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020725125346.A8987@dustpuppy.world-online.no> User-Agent: Mutt/1.3.99i Organization: ACME X-Face: V|+c;4!|B?E%BE^{E6);aI.[< List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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