Stephen Hemminger wrote:
Here is another useful example without priomap that is
on the netem info.

 # tc qdisc add dev eth0 root handle 1: prio
 # tc qdisc add dev eth0 parent 1:3 handle 30: netem \
     delay 200ms 10ms distribution normal
 # tc qdisc add dev eth0 parent 30:1 tbf rate 20kbit buffer 1600 limit 3000
 # tc filter add dev eth0 protocol ip parent 1:0 prio 3 u32 \
     match ip dst 65.172.181.4/32 flowid 10:3
                                           ^^^^
I think this should be 1:3.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to