Displaying 1 result from an estimated 1 matches for "rate_problem".
Did you mean:
create_problem
2004 Oct 13
2
Resetting traffic history
...ll the traffic
allotment. Perhaps tc remembers the traffic between invocations?
I then tried a slightly more sophisticated setup:
tc qdisc del dev $DEV root
tc qdisc add dev $NIC root handle 1: cbq avpkt 1000 bandwidth 1000mbit
tc class add dev $NIC parent 1: classid 1:1 cbq rate $RATE_PROBLEM
allot 1500 prio 5 bounded # isolated
tc filter add dev $NIC parent 1: protocol ip prio 16 u32 match ip
dst $IP flowid 1:1
Unfortunately, I still don''t get any traffic flowing while tc is active
now. Seems that I need to reset something. Any suggestions? I''ve shut...