Displaying 3 results from an estimated 3 matches for "384000bit".
2005 Dec 27
9
2.6.14 - HTB/SFQ QoS broken?
Hello,
First of all, I already contacted Martin Devera, the developer of HTB, and
he told me to search for help on this mailinglist, thus I am describing
my problems here now...
I am kind of seriously annoyed by QoS as I have been trying for over 3 years
to get it working properly - first I did not understand how it works, then
it seemed not to work, then it was working perfectly for half a
2007 Feb 09
4
need help with tc filters
...I''m doing wrong with the filters...
FYI: "vlan1" is the outbound interface of my wrt54g.
Script follows:
IF=vlan1
insmod cls_u32
insmod sch_htb
insmod sch_prio
insmod sch_sfq
#
# qdisc/class tree
# 1: root (HTB) qdisc
# |
# 1:10 class rate 384000bit
# |
# 10: prio qdisc
# / | \
# 10:1 | 10:3
# | 10:2 |
# 101: | | sfq
# 102: | sfq
# 103: sfq
tc qdisc del dev $IF root
tc qdisc add dev $IF root handle 1: htb default 10
tc class add dev $IF parent 1: classid 1:10...
2006 Apr 10
1
Where is the documentation for IFB ?
Hi all,
Can you tell me where is the documentation for the new IFB (implemented
in kernels > 2.6.16).
Thanks in advance!
Nikolay