1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Fix SQM and QOS when an interface is added via wizard

This commit is contained in:
Ycarus 2018-10-01 20:46:24 +02:00
parent c7ab0005dc
commit 38176e6d58
3 changed files with 61 additions and 11 deletions

View file

@ -15,6 +15,7 @@ omr_intf_set() {
uci -q set openmptcprouter.settings.scaling_max_freq=800000
}
[ -z "$multipath" ] || [ "$multipath" = "off" ] && [ "$1" != "omrvpn" ] && [ "$1" != "glorytun" ] && return
uci -q set openmptcprouter.$1=interface
}