freebsd-nq/sys/netpfil
Alexander V. Chernikov 4c0c07a552 * Permit limiting number of items in table.
Kernel changes:
* Add TEI_FLAGS_DONTADD entry flag to indicate that insert is not possible
* Support given flag in all algorithms
* Add "limit" field to ipfw_xtable_info
* Add actual limiting code into add_table_entry()

Userland changes:
* Add "limit" option as "create" table sub-option. Limit modification
  is currently impossible.
* Print human-readable errors in table enry addition/deletion code.
2014-08-01 15:17:46 +00:00
..
ipfw * Permit limiting number of items in table. 2014-08-01 15:17:46 +00:00
pf Fix pf(4) to build with MAXCPU set to 256. MAXCPU is actually a count, 2014-05-29 19:17:10 +00:00