Skip to content

Commit

Permalink
Expose the qdisc parameter "target"
Browse files Browse the repository at this point in the history
Prepare run.sh to extract and export potential values for ingress target
and egress target to the qdisc set-up scripts.
  • Loading branch information
moeller0 committed Feb 20, 2014
1 parent 6dd4d65 commit a12bc3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net/sqm-scripts/files/usr/lib/sqm/run.sh
Expand Up @@ -23,6 +23,8 @@ run_simple_qos() {
export STAB_MPU=$(config_get "$section" tcMPU)
export ILIMIT=$(config_get "$section" ilimit)
export ELIMIT=$(config_get "$section" elimit)
export ITARGET=$(config_get "$section" itarget)
export ETARGET=$(config_get "$section" etarget)
export IECN=$(config_get "$section" ingress_ecn)
export EECN=$(config_get "$section" egress_ecn)
export IQDISC_OPTS=$(config_get "$section" iqdisc_opts)
Expand Down

0 comments on commit a12bc3a

Please sign in to comment.