All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] tc filter not work, why?
@ 2007-07-26  9:53 吴明津
  2007-07-26 10:11 ` Nikolay Kichukov
  2007-07-30  9:30 ` 吴明津
  0 siblings, 2 replies; 3+ messages in thread
From: 吴明津 @ 2007-07-26  9:53 UTC (permalink / raw)
  To: lartc

I try to use tc on mips with linux-2.4.18 but the u32 filter dosn't work

I added htb qdisc to linux-2.4.18 and use it to limit the speed in
LAN, it only work well on the default class, for example

tc qdisc add dev eth0 root handle 1: htb default 10
tc class add dev eth0 parent 1:0 classid 1:1 htb rate 2000kbit
tc class add dev eth0 parent 1:1 classid 1:10 htb rate 500kbit ceil 500kbit
tc calss add dev eth0 parent 1:1 classid 1:11 htb rate 300kbit ceil 300kbit
tc filter add dev eth0 protocol ip u32 match ip dst 192.168.18.100 flowid 1:11

the host 192.168.18.100 have a speed of 500kbit rather than 300kbit.

if I don't set the default 10 class, all this dosn't have any effect.

why?

thank you.
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-07-30  9:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-26  9:53 [LARTC] tc filter not work, why? 吴明津
2007-07-26 10:11 ` Nikolay Kichukov
2007-07-30  9:30 ` 吴明津

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.