search for: dp_limit1

Displaying 1 result from an estimated 1 matches for "dp_limit1".

Did you mean: dp_limit2
2005 Mar 17
0
cbq + gred doesn''t drop packets
...rotocol ip prio 1 handle 1 tcindex classid 4:1 $tc qdisc add dev $DEV parent 4:1 gred setup DPs 3 default 3 $GRIO # AF11 echo ''installing AF11'' $tc filter add dev $DEV parent 1:0 protocol ip prio 1 handle 0x0a tcindex classid 1:211 $tc qdisc change dev $DEV parent 4:1 gred limit $DP_LIMIT1 min $DP_MIN1 max $DP_MAX1 burst $DP_BURST1 avpkt 1500 bandwidth $Total_Rate DP 1 probability 0.02 prio 2 # AF12 echo ''installing AF12'' $tc filter add dev $DEV parent 1:0 protocol ip prio 1 handle 0x0c tcindex classid 1:212 $tc qdisc change dev $DEV parent 4:1 gred limit $DP_LIMI...