cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c

Luigi Rizzo luigi at FreeBSD.org
Tue Jul 15 16:08:45 PDT 2003


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


More information about the cvs-all mailing list