Alexander V. Chernikov 8755aff6c9 Bring back support for checking tables via "ipfw -n".
Currently we have different table key types which can easily interfere
with each other (numbers and IPv4 address, interface names and hostnames,
  flows and hostnames/addresses).
This conflicts are solved by [auto-]creating _typed_ tables, so after
table is created, only keys of given type can be inserted to that table.
ipfw(8) consults with kernel about key/value type for particular table so
it knows key/value interpretation.
However, we have 2 cases (adding entries to non-existing table and
  parsing configuration file via `ipfw -n`) when kernel is unable to
  provide us table info we need. Fix the latter case by partially importing
  old `table_fill_xentry()` parse function responsible for guessing key type.

Sponsored by:	Yandex LLC
2015-05-19 18:29:13 +00:00
..
2015-04-26 10:18:44 +00:00
2014-11-25 11:23:12 +00:00
2014-12-29 13:50:59 +00:00
2015-04-26 10:20:11 +00:00
2014-11-25 11:23:12 +00:00
2014-11-25 11:23:12 +00:00
2014-12-27 08:22:58 +00:00
2014-11-25 11:23:12 +00:00
2014-11-25 11:23:12 +00:00
2014-11-25 11:23:12 +00:00
2014-11-21 01:43:55 +00:00
2014-11-25 11:23:12 +00:00
2014-11-25 11:23:12 +00:00
2015-05-18 19:37:55 +00:00
2014-11-25 11:23:12 +00:00
2014-11-25 11:23:12 +00:00
2015-01-04 12:49:24 +00:00
2014-11-25 11:23:12 +00:00
2014-11-25 11:23:12 +00:00
2014-12-29 13:50:59 +00:00
2015-03-31 19:12:13 +00:00
2015-04-18 16:08:06 +00:00
2014-11-25 11:23:12 +00:00
2014-11-25 11:23:12 +00:00
2015-04-18 16:08:06 +00:00
2014-11-25 11:23:12 +00:00
2014-11-25 11:23:12 +00:00
2014-11-25 11:23:12 +00:00
2014-11-25 11:23:12 +00:00
2014-11-25 11:23:12 +00:00
2014-11-25 11:23:12 +00:00
2015-05-04 21:07:20 +00:00
2014-11-25 11:23:12 +00:00
2014-11-25 11:23:12 +00:00
2014-11-25 11:23:12 +00:00
2014-11-25 11:23:12 +00:00