freebsd-skq/sys/netpfil
melifaro fe9646e6ff Move further to eliminate next pieces of number-assuming code inside tables.
Kernel changes:
* Add IP_FW_OBJ_FLUSH opcode (flush table based on its name/set)
* Add IP_FW_OBJ_DUMP opcode (dumps table data based on its names/set)
* Add IP_FW_OBJ_LISTSIZE / IP_FW_OBJ_LIST opcodes (get list of kernel tables)

Userland changes:
* move tables code to separate tables.c file
* get rid of tables_max
* switch "all"/list handling to new opcodes
2014-06-14 22:47:25 +00:00
..
ipfw Move further to eliminate next pieces of number-assuming code inside tables. 2014-06-14 22:47:25 +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