Change get_ecn to better reflect the actual value ending up in the script

This commit is contained in:
hk 2017-01-13 21:41:36 +01:00
parent 423d3b2401
commit 5cc975e16a
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ get_ecn () {
# Takes input rate in mbit/s as parameter
local RATE=$1
if [[ ${RATE} -gt 3 ]]; then
if [[ ${RATE} -ge 4 ]]; then
echo "ecn"
else
echo "noecn"