freebsd-dev/sbin/ipfw
Andrey V. Elsukov 9527ec6e52 Add new rule actions "call" and "return" to ipfw. They make
possible to organize subroutines with rules.

The "call" action saves the current rule number in the internal
stack and rules processing continues from the first rule with
specified number (similar to skipto action). If later a rule with
"return" action is encountered, the processing returns to the first
rule with number of "call" rule saved in the stack plus one or higher.

Submitted by:	Vadim Goncharov
Discussed by:	ipfw@, luigi@
2011-06-29 10:06:58 +00:00
..
altq.c Whitespace fixes. 2011-04-18 21:18:22 +00:00
dummynet.c More whitespace fixes. 2011-04-18 22:09:03 +00:00
ipfw2.c Add new rule actions "call" and "return" to ipfw. They make 2011-06-29 10:06:58 +00:00
ipfw2.h Add new rule actions "call" and "return" to ipfw. They make 2011-06-29 10:06:58 +00:00
ipfw.8 Add new rule actions "call" and "return" to ipfw. They make 2011-06-29 10:06:58 +00:00
ipv6.c Whitespace fixes. 2011-04-18 21:18:22 +00:00
main.c Improve error reporting. Use corresponding error message when file to be 2011-06-29 06:45:44 +00:00
Makefile add back DPADD (removed by mistake in a previous commit) 2010-03-08 14:43:55 +00:00
nat.c Actually, if code had followed style(9), there would be less stupid errors 2011-06-24 12:55:16 +00:00