Displaying 1 result from an estimated 1 matches for "clasid".
Did you mean:
classid
2005 Nov 24
0
htb thingy
...v $dev parent 1:0 classid 1:11 htb rate ${max}kbit\
burst 2k prio 1
#the class for the first category of users
tc class add dev $dev parent 1:11 classid 1:1 htb rate ${max1}kbit\
ceil $[$max1+$max1/5]kbit burst 2k prio 1
#then the list of classes for this category
tc class add dev $dev parent 1:1 clasid 1:102 htb rate ${min1}kbit\
ceil $[$max1/2] burst 2k prio 1
#and so on
#then we do the second category
tc class add dev $dev parent 1:11 classid 1:2 htb rate ${max2}kbit\
ceil $[$max2+$max2/4]kbit burst 2k prio 1
#then a class for every ip in this group
tc class add dev $dev parent 1:2 classid 1:...