From owner-freebsd-sparc64@FreeBSD.ORG Sat Jun 28 09:20:07 2003 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4D0337B408 for ; Sat, 28 Jun 2003 09:20:07 -0700 (PDT) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92DC444003 for ; Sat, 28 Jun 2003 09:20:06 -0700 (PDT) (envelope-from rizzo@xorpc.icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.8p1/8.12.3) with ESMTP id h5SGK6kN001309 for ; Sat, 28 Jun 2003 09:20:06 -0700 (PDT) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.8p1/8.12.3/Submit) id h5SGK63h001308 for sparc64@freebsd.org; Sat, 28 Jun 2003 09:20:06 -0700 (PDT) (envelope-from rizzo) Date: Sat, 28 Jun 2003 09:20:06 -0700 From: Luigi Rizzo To: sparc64@freebsd.org Message-ID: <20030628092006.A1288@xorpc.icir.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Subject: HEADS-UP: ipfw2 in RELENG_4 has been sync'ed with -current X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jun 2003 16:20:08 -0000 [copy to -alpha and -sparc64 as I would appreciate feedback from those users...] See the attached commit log... if you are using ipfw2 on RELENG_4, you need to rebuild /sbin/ipfw next time you update your kernel. Please have a look at the new features for iplen, ipttl and address ranges, they might simplify the writing of your rulesets. Finally, I would be grateful if alpha and/or sparc64 users could test this change and confirm that it works (it is the same one that was recently committed to -current). cheers luigi ----- Forwarded message from Luigi Rizzo ----- Date: Sat, 28 Jun 2003 09:12:14 -0700 (PDT) From: Luigi Rizzo Subject: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c src/sys/netinet ip_dummynet.c ip_fw2.c ip_fw2.h To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org luigi 2003/06/28 09:12:14 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sbin/ipfw ipfw.8 ipfw2.c sys/netinet ip_dummynet.c ip_fw2.c ip_fw2.h Log: MFC: sync ipfw2 (kernel, userland, manpage) with the version in -current. Among other things, this includes the following: + pass to the preprocessor all command-line options after -p (except the last one, the ruleset file) + add the "verrevpath" option + support strong alignment architectures such as alpha and sparc64; + support multiple values and ranges for "iplen", "ipttl", "ipid" options. + support range notations such as 1.2.3.4/24{5,6,7,10-20,60-90} for sets of IP addresses The changes (also those in sys/netinet/ip_dummynet.c) are all IPFW2-specific, which is entirely optional in RELENG_4 so there are no ABI issues for those using the standard ipfw[1]. Note, however, that ipfw2 users MUST REBUILD /sbin/ipfw together with the new kernel. Revision Changes Path 1.63.2.35 +67 -18 src/sbin/ipfw/ipfw.8 1.4.2.15 +148 -51 src/sbin/ipfw/ipfw2.c 1.24.2.24 +9 -1 src/sys/netinet/ip_dummynet.c 1.6.2.15 +94 -23 src/sys/netinet/ip_fw2.c 1.1.2.3 +15 -5 src/sys/netinet/ip_fw2.h ----- End forwarded message ----- _______________________________________________ freebsd-ipfw@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw To unsubscribe, send any mail to "freebsd-ipfw-unsubscribe@freebsd.org" ----- End forwarded message -----