All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] Re: Simple shaping question
@ 2006-01-11 15:05 Jonas Jasas
  2006-01-11 15:36 ` Diego Cabrero
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jonas Jasas @ 2006-01-11 15:05 UTC (permalink / raw)
  To: lartc

Thank you for your help!
This is my modified rules, but that work exactly as before :~/

/sbin/tc qdisc del dev eth0 root
/sbin/tc qdisc add dev eth0 root handle 1 htb default 20 r2q 100
/sbin/tc class add dev eth0 parent 1: classid 1:2 htb rate 900Kbit burst 15k
/sbin/tc class add dev eth0 parent 1:2 classid 1:10 htb rate 890Kbit
ceil 900Kbit
/sbin/tc class add dev eth0 parent 1:2 classid 1:20 htb rate 10Kbit ceil 900Kbit
/sbin/tc qdisc add dev eth0 parent 1:10 handle 10: sfq perturb 10
/sbin/tc qdisc add dev eth0 parent 1:20 handle 20: sfq perturb 10
/sbin/tc filter add dev eth0 parent 1:0 protocol ip prio 100 u32 match
ip sport 80 0xffff flowid 1:10
/sbin/tc filter add dev eth0 parent 1:0 protocol ip prio 100 u32 match
ip dport 80 0xffff flowid 1:10

Are these rules OK or I am missing something again? Can anyone show me
working example of similar rules.

Thanks again for help!
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

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

end of thread, other threads:[~2006-01-12  9:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-11 15:05 [LARTC] Re: Simple shaping question Jonas Jasas
2006-01-11 15:36 ` Diego Cabrero
2006-01-12  7:09 ` Dmytro O. Redchuk
2006-01-12  8:48 ` Jonas Jasas
2006-01-12  9:16 ` Diego Cabrero
2006-01-12  9:30 ` Dmytro O. Redchuk

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.