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
..
2010-03-02 16:58:04 +00:00
2010-02-15 14:07:40 +00:00
2010-02-03 23:56:12 +00:00
2010-02-15 14:07:40 +00:00
2006-10-31 22:07:29 +00:00
2010-02-15 14:07:40 +00:00
2010-01-27 20:32:58 +00:00
2010-03-02 16:58:04 +00:00
2006-09-30 11:12:36 +00:00
2010-01-22 08:51:58 +00:00
2010-02-15 14:07:40 +00:00
2010-02-15 14:07:40 +00:00
2010-03-10 18:51:13 +00:00
2009-01-11 22:36:45 +00:00
2010-02-27 10:18:33 +00:00
2010-01-15 16:01:22 +00:00
2010-02-15 14:07:40 +00:00
2010-02-11 06:33:35 +00:00