Alexander V. Chernikov ac35ff1784 Fully switch to named tables:
Kernel changes:
* Introduce ipfw_obj_tentry table entry structure to force u64 alignment.
* Support "update-on-existing-key" "add" bahavior (TEI_FLAGS_UPDATED).
* Use "subtype" field to distingush between IPv4 and IPv6 table records
  instead of previous hack.
* Add value type (vtype) field for kernel tables. Current types are
  number,ip and dscp
* Fix sets mask retrieval for old binaries
* Fix crash while using interface tables

Userland changes:
* Switch ipfw_table_handler() to use named-only tables.
* Add "table NAME create [type {cidr|iface|u32} [valtype {number|ip|dscp}] ..."
* Switch ipfw_table_handler to match_token()-based parser.
* Switch ipfw_sets_handler to use new ipfw_get_config() for mask  retrieval.
* Allow ipfw set X table ... syntax to permit using per-set table namespaces.
2014-07-03 22:25:59 +00:00
..
2014-06-09 19:36:08 +00:00
2014-04-07 20:44:00 +00:00
2014-07-03 22:25:59 +00:00
2014-06-08 09:08:51 +00:00
2014-07-03 22:25:59 +00:00
2014-04-17 12:22:08 +00:00
2014-06-09 15:00:43 +00:00
2014-02-06 13:28:06 +00:00
2014-04-05 22:43:18 +00:00