freebsd-dev/sbin/ipfw
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
..
ipfw2.c Add support of 'tablearg' feature for: 2006-06-15 09:39:22 +00:00
ipfw.8 Add support of 'tablearg' feature for: 2006-06-15 09:39:22 +00:00
Makefile Remove blindly-copied extra include path. 2004-10-03 06:32:37 +00:00