From owner-cvs-all Fri Aug 16 4: 3:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F54337B400; Fri, 16 Aug 2002 04:03:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5645943E6E; Fri, 16 Aug 2002 04:03:12 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from freefall.freebsd.org (luigi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7GB3CJU060328; Fri, 16 Aug 2002 04:03:12 -0700 (PDT) (envelope-from luigi@freefall.freebsd.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7GB3BlZ060327; Fri, 16 Aug 2002 04:03:11 -0700 (PDT) Message-Id: <200208161103.g7GB3BlZ060327@freefall.freebsd.org> From: Luigi Rizzo Date: Fri, 16 Aug 2002 04:03:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw2.c ip_fw2.h src/sbin/ipfw ipfw2.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG luigi 2002/08/16 04:03:11 PDT Modified files: (Branch: RELENG_4) sys/netinet ip_fw2.h ip_fw2.c sbin/ipfw ipfw2.c Log: Synchronize ipfw2 with the version in -current (adding sets of rules, prevention of loops in keepalive generation, better defaults on size of dynamic rule table). For documentation, please refer to the ipfw manpage in -current (which I am going to MFC as soon as I have completed the section listing differences between ipfw1-stable and ipfw2). In particular have a look at the sections "PACKET FLOW", "IPFW2 ENHANCEMENTS" and "EXAMPLES" to see if your ruleset can be simplified with the new commands. Revision Changes Path 1.4.2.4 +274 -59 src/sbin/ipfw/ipfw2.c 1.6.2.2 +181 -35 src/sys/netinet/ip_fw2.c 1.1.2.2 +3 -3 src/sys/netinet/ip_fw2.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message