Please test my attempt in v0.9.0.Thanks! Can you just replace all instances of "eth0" with your "${wan}" variable, or is there more at play?
All 15 instances in the script relate to tc and no other command.
Code:$ grep -c eth0 flexqos.sh && grep -c tc.*eth0 flexqos.sh 15 15 $ sed -i 's/eth0/\$\{wan\}/' flexqos.sh