freebsd-dev/sbin/ipfw
Luigi Rizzo 472099c4b0 implement a new match option,
lookup {dst-ip|src-ip|dst-port|src-port|uid|jail} N

which searches the specified field in table N and sets tablearg
accordingly.
With dst-ip or src-ip the option replicates two existing options.
When used with other arguments, the option can be useful to
quickly dispatch traffic based on other fields.

Work supported by the Onelab project.

MFC after:	1 week
2009-12-15 09:46:27 +00:00
..
altq.c mark a function static, as it is 2009-03-05 08:01:19 +00:00
dummynet.c fix argument type in the call to expand_number 2009-12-04 14:18:30 +00:00
ipfw2.c implement a new match option, 2009-12-15 09:46:27 +00:00
ipfw2.h implement a new match option, 2009-12-15 09:46:27 +00:00
ipfw.8 implement a new match option, 2009-12-15 09:46:27 +00:00
ipv6.c Put nat and ipv6 support in their own files. 2009-01-27 12:01:30 +00:00
main.c Implement an ipfw action to reassemble ip packets: reass. 2009-04-01 20:23:47 +00:00
Makefile - fix dummynet 'fast' mode for WF2Q case. 2009-06-24 22:57:07 +00:00
nat.c remove some signed/unsigned and one const/!const warning 2009-03-05 08:01:58 +00:00