Oleg Bulyzhin 254c472561 Add support of 'tablearg' feature for:
- 'tag' & 'untag' action parameters.
- 'tagged' & 'limit' rule options.
Rule examples:
	pipe 1 tag tablearg ip from table(1) to any
	allow ip from any to table(2) tagged tablearg
	allow tcp from table(3) to any 25 setup limit src-addr tablearg

sbin/ipfw/ipfw2.c:
1) new macros
   GET_UINT_ARG - support of 'tablearg' keyword, argument range checking.
   PRINT_UINT_ARG - support of 'tablearg' keyword.
2) strtoport(): do not silently truncate/accept invalid port list expressions
   like: '1,2-abc' or '1,2-3-4' or '1,2-3x4'. style(9) cleanup.

Approved by:	glebius (mentor)
MFC after:	1 month
2006-06-15 09:39:22 +00:00
..
2006-03-15 19:32:43 +00:00
2005-02-13 22:25:33 +00:00
2005-06-14 11:24:56 +00:00
2006-04-14 09:20:25 +00:00
2005-01-18 10:09:38 +00:00
2006-02-26 17:45:35 +00:00
2006-06-11 15:53:36 +00:00
2004-07-28 05:59:22 +00:00
2005-11-18 10:36:29 +00:00
2005-04-14 20:27:30 +00:00
2006-05-07 00:40:00 +00:00
2005-11-18 10:36:29 +00:00
2005-11-18 10:36:29 +00:00
2006-02-12 07:57:27 +00:00
2006-06-01 02:25:00 +00:00
2006-04-19 19:21:42 +00:00
2005-11-13 01:47:04 +00:00
2006-05-18 15:26:27 +00:00
2005-05-02 10:13:38 +00:00
2005-02-13 22:25:33 +00:00
2005-02-13 22:25:33 +00:00
2006-04-13 12:49:24 +00:00
2004-10-24 14:25:53 +00:00
2005-02-13 23:45:54 +00:00
2005-12-01 21:59:24 +00:00
2005-02-13 22:25:33 +00:00
2006-05-16 22:12:55 +00:00