Skip to content

Commit

Permalink
sqm-scripts: cake was applied to the wrong device on ingress
Browse files Browse the repository at this point in the history
H/T to Kevin Darbyshire-Bryant  for the spot
  • Loading branch information
Dave Taht committed May 2, 2015
1 parent 3c0bcd9 commit f943bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/sqm-scripts/files/usr/lib/sqm/simple.qos
Expand Up @@ -157,7 +157,7 @@ then
sqm_logger "Do not perform DSCP based filtering on ingress. (1-tier classification)"
# Revert to no dscp based filtering
case $QDISC in
cake*) $TC qdisc add dev $IFACE root $QDISC bandwidth ${DOWNLINK}kbit besteffort ;;
cake*) $TC qdisc add dev $DEV root $QDISC bandwidth ${DOWNLINK}kbit besteffort ;;
*)
$TC qdisc add dev $DEV root handle 1: `get_stab_string` htb default 10
$TC class add dev $DEV parent 1: classid 1:1 htb $LQ rate ${DOWNLINK}kbit ceil ${DOWNLINK}kbit `get_htb_adsll_string`
Expand Down

0 comments on commit f943bcc

Please sign in to comment.