Date: Tue, 15 Jul 2003 16:08:44 -0700 (PDT) From: Luigi Rizzo <luigi@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c Message-ID: <200307152308.h6FN8ij6018882@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307152308.h6FN8ij6018882>