freebsd-dev/sbin/ipfw
Luigi Rizzo 72662a7566 Implement "lookup dscp N" which does a lookup of the DSCP (top 6 bits
of ip->ip_tos) in a table. This can be useful to direct traffic to
different pipes/queues according to the DSCP of the packet, as follows:

    ipfw add 100 queue tablearg lookup dscp 3 // table 3 maps dscp->queue

This change is a no-op (but harmless) until the two-line kernel
side is committed, which will happen shortly.
2010-03-15 15:43:35 +00:00
..
altq.c Bring in the most recent version of ipfw and dummynet, developed 2010-03-02 17:40:48 +00:00
dummynet.c implement listing of a subset of pipes/queues/schedulers. 2010-03-11 22:42:33 +00:00
ipfw2.c Implement "lookup dscp N" which does a lookup of the DSCP (top 6 bits 2010-03-15 15:43:35 +00:00
ipfw2.h Implement "lookup dscp N" which does a lookup of the DSCP (top 6 bits 2010-03-15 15:43:35 +00:00
ipfw.8 more documentation on new dummynet features. 2010-03-05 14:13:58 +00:00
ipv6.c Put nat and ipv6 support in their own files. 2009-01-27 12:01:30 +00:00
main.c reduce diffs with the cross-platform version (windows needs 2010-03-04 16:54:56 +00:00
Makefile add back DPADD (removed by mistake in a previous commit) 2010-03-08 14:43:55 +00:00
nat.c remove some signed/unsigned and one const/!const warning 2009-03-05 08:01:58 +00:00