All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] Script problem
@ 2003-05-04 22:41 Alexandru Coseru
  2003-05-05  7:49 ` Stef Coene
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Alexandru Coseru @ 2003-05-04 22:41 UTC (permalink / raw)
  To: lartc

[-- Attachment #1: Type: text/plain, Size: 927 bytes --]

Can somebody tell me what's wrong in this script?   I'm a begginer in traffic shaping and I can't figure it out

#!/bin/sh
 
DEV="dev eth1"
 
tc qdisc del $DEV root
tc qdisc add $DEV root handle 10: prio
tc qdisc add $DEV parent 10:1 handle 20: est 1sec 8sec
bfifo
tc qdisc add $DEV parent 10:2 handle 30: est 1sec 8sec
bfifo
tc qdisc add $DEV parent 10:3 handle 40: est 1sec 8sec
bfifo
 
tc filter add $DEV parent 10: protocol ip prio 1 u32
match ip tos 0x10 0xff flowid 10:1
tc filter add $DEV parent 10: protocol ip prio 1 u32
match ip tos 0x06 0xff flowid 10:2
tc filter add $DEV parent 10: protocol ip prio 1 u32
match ip tos 0x0c 0xff flowid 10:3











                                                                                                        Thanks a lot
                                                                                                        alexCOS

[-- Attachment #2: Type: text/html, Size: 2752 bytes --]

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

end of thread, other threads:[~2003-05-05 20:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-04 22:41 [LARTC] Script problem Alexandru Coseru
2003-05-05  7:49 ` Stef Coene
2003-05-05 18:42 ` Alexandru Coseru
2003-05-05 19:08 ` Stef Coene
2003-05-05 19:51 ` Alexandru Coseru
2003-05-05 20:13 ` Stef Coene
2003-05-05 20:20 ` Martin A. Brown

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.