sqm-scripts: Default to ECN on for egress.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
This commit is contained in:
parent
e9a7e58ba3
commit
876ee51cc8
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ config queue 'eth1'
|
|||
option script 'simple.qos'
|
||||
option qdisc_advanced '0'
|
||||
option ingress_ecn 'ECN'
|
||||
option egress_ecn 'NOECN'
|
||||
option egress_ecn 'ECN'
|
||||
option qdisc_really_really_advanced '0'
|
||||
option itarget 'auto'
|
||||
option etarget 'auto'
|
||||
|
|
Loading…
Reference in a new issue