Searched hist:117654 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/netinet/
H A Dip_fw.hdiff 117654 Tue Jul 15 21:07:34 MDT 2003 luigi 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.

sbin/ipfw changes to allow manipulation of set 31 will follow shortly.

Suggested by: Paul Richards
/freebsd-10.1-release/sys/netpfil/ipfw/
H A Dip_fw2.cdiff 117654 Tue Jul 15 21:07:34 MDT 2003 luigi 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.

sbin/ipfw changes to allow manipulation of set 31 will follow shortly.

Suggested by: Paul Richards

Completed in 185 milliseconds