Searched hist:205169 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sbin/ipfw/
H A Dipfw2.hdiff 205169 Mon Mar 15 13:57:28 MDT 2010 luigi 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.
H A Dipfw2.cdiff 205169 Mon Mar 15 13:57:28 MDT 2010 luigi 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.

Completed in 119 milliseconds