From owner-cvs-all@FreeBSD.ORG Tue Jul 15 16:08:44 2003 Return-Path: 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 DAE8537B401; Tue, 15 Jul 2003 16:08:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8910A43F93; Tue, 15 Jul 2003 16:08:44 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6FN8i0U018883; Tue, 15 Jul 2003 16:08:44 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6FN8ij6018882; Tue, 15 Jul 2003 16:08:44 -0700 (PDT) Message-Id: <200307152308.h6FN8ij6018882@repoman.freebsd.org> From: Luigi Rizzo Date: Tue, 15 Jul 2003 16:08:44 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2003 23:08:45 -0000 luigi 2003/07/15 16:08:44 PDT FreeBSD src repository Modified files: sbin/ipfw ipfw.8 ipfw2.c Log: Userland side of: Allow set 31 to be used for rules other than 65535. Set 31 is still special because rules belonging to it are not deleted by the "ipfw flush" command, but must be deleted explicitly with "ipfw delete set 31" or by individual rule numbers. This implement a flexible form of "persistent rules" which you might want to have available even after an "ipfw flush". Note that this change does not violate POLA, because you could not use set 31 in a ruleset before this change. Suggested by: Paul Richards Revision Changes Path 1.130 +13 -5 src/sbin/ipfw/ipfw.8 1.37 +9 -9 src/sbin/ipfw/ipfw2.c