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
..
2014-06-20 09:40:43 +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
2015-05-02 17:45:52 +00:00
2014-11-25 11:23:12 +00:00
2012-12-08 22:16:36 +00:00
2014-09-01 16:25:08 +00:00
2014-11-25 11:23:12 +00:00
2015-05-13 12:02:51 +00:00
2013-07-12 06:03:25 +00:00
2014-12-27 08:22:58 +00:00
2015-04-20 20:07:39 +00:00
2014-09-10 22:37:20 +00:00
2014-11-25 11:23:12 +00:00
2014-10-08 12:19:48 +00:00
2014-07-05 20:16:02 +00:00
2014-11-25 11:23:12 +00:00
2014-11-25 11:23:12 +00:00
2014-12-17 07:10:48 +00:00
2014-11-21 01:43:55 +00:00
2015-01-06 05:28:37 +00:00
2014-10-30 15:52:01 +00:00
2014-11-25 11:23:12 +00:00
2015-01-06 05:28:37 +00:00
2014-11-25 11:23:12 +00:00
2015-05-18 19:37:55 +00:00
2015-04-09 20:58:38 +00:00
2015-04-24 12:48:48 +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
2015-05-16 13:11:35 +00:00
2014-11-25 11:23:12 +00:00
2014-11-25 11:23:12 +00:00
2015-05-19 18:29:13 +00:00
2014-12-29 13:50:59 +00:00
2014-06-20 09:40:43 +00:00
2014-06-20 09:40:43 +00:00
2014-06-20 09:40:43 +00:00
2014-06-20 09:40:43 +00:00
2013-03-19 16:57:04 +00:00
2015-03-31 19:12:13 +00:00
2014-11-27 06:04:00 +00:00
2012-03-29 05:02:12 +00:00
2014-08-21 19:04:15 +00:00
2015-04-18 16:08:06 +00:00
2014-11-25 11:23:12 +00:00
2015-03-01 18:26:26 +00:00
2014-11-25 11:23:12 +00:00
2015-04-18 16:08:06 +00:00
2013-03-05 22:41:35 +00:00
2014-11-25 11:23:12 +00:00
2014-06-20 09:40:43 +00:00
2014-11-25 11:23:12 +00:00
2014-11-25 11:23:12 +00:00
2015-01-06 05:28:37 +00:00
2015-04-09 19:07:01 +00:00
2014-11-25 11:23:12 +00:00
2014-06-20 09:40:43 +00:00
2014-06-20 09:40:43 +00:00
2015-04-16 20:22:40 +00:00
2014-11-25 11:23:12 +00:00
2015-05-04 21:44:51 +00:00
2014-12-16 14:59:20 +00:00
2014-11-25 11:23:12 +00:00
2015-01-25 03:02:29 +00:00
2015-03-17 20:15:49 +00:00
2014-06-20 09:40:43 +00:00
2015-05-04 21:07:20 +00:00
2015-03-14 13:45:43 +00:00
2015-01-16 11:17:30 +00:00
2015-01-03 01:52:06 +00:00
2014-04-13 05:21:56 +00:00
2015-03-22 17:29:14 +00:00
2014-06-20 09:40:43 +00:00
2014-11-25 11:23:12 +00:00
2014-12-16 08:29:02 +00:00
2014-11-25 11:23:12 +00:00
2014-11-25 11:23:12 +00:00
2015-02-13 01:20:37 +00:00
2014-03-16 02:07:08 +00:00
2014-11-25 11:23:12 +00:00
2014-11-22 16:46:00 +00:00
2015-02-02 10:31:35 +00:00
2012-09-17 21:41:38 +00:00
2012-09-17 21:41:38 +00:00
2014-05-06 04:22:01 +00:00