Displaying 1 result from an estimated 1 matches for "7168kbit".
Did you mean:
168kbit
2005 Oct 06
0
problem with classifying
...and looks like this:
tc qdisc add dev eth1 root handle 1: htb default ffff
tc class add dev eth1 parent 1: classid 1:fffe htb rate 102400kbit ceil
102400kbit
tc class add dev eth1 parent 1:fffe classid 1:1 htb rate 97280kbit ceil
97280kbit
tc class add dev eth1 parent 1:fffe classid 1:2 htb rate 7168kbit ceil
7168kbit
tc class add dev eth1 parent 1:fffe classid 1:3 htb rate 10240kbit ceil
30720kbit
tc class add dev eth1 parent 1:fffe classid 1:4 htb rate 1024kbit ceil
1024kbit
And then filters per IP are attached for these classes.
The same is in the egress and everythung seems to work, but
aft...