Displaying 1 result from an estimated 1 matches for "wanrat".
Did you mean:
wanrt
2005 Jan 30
2
PRIO inside HTB - trouble attaching filters correctly?
...+
Citrix + Video).
I''ve used the filters in a CBQ script fine, but am having trouble
adjusting them to this setup such that they properly assign the traffic.
tc qdisc del root dev $e
tc qdisc add dev $e root handle 1: htb default 3
tc class add dev $e parent 1: classid 1:1 htb rate $wanRate
# now that we''ve throttled the interface, we create the PRIO queue
tc qdisc add dev $e parent 1:1 handle 10: prio
# instantly creates classes 10:1, 10:2, 10:2
tc qdisc add dev $e parent 10:1 handle 1: pfifo
tc qdisc add dev $e parent 10:2 handle 2: pfifo
tc qdisc add dev $e parent 10:3...