> On Tue, Jun 30, 2009 at 01:18:42PM +0400, Badalian Vyacheslav wrote:
This example not approach?
tc qdisc add dev eth0 root handle 1 htb default 7
tc class add dev eth0 parent 1: classid 1:7 htb rate 500mbit ceil 1000mbit prio 3
tc qdisc add dev eth0 parent 1:7 handle 10: sfq perturb 10
# all traffic go to class 1-7.
# Try group traffic by "src,dst" key
tc filter add dev eth0 protocol ip parent 10: handle 2 flow hash keys src,dst
# all traffic dropped
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html