mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +00:00
Increase OMRVPN MTU
This commit is contained in:
parent
c6f9554266
commit
83719131be
1 changed files with 2 additions and 2 deletions
|
@ -77,9 +77,9 @@ interface_max_metric() {
|
|||
fi
|
||||
elif [ "$1" = "omrvpn" ]; then
|
||||
uci -q batch <<-EOF >/dev/null
|
||||
set network.${config}.metric=1200
|
||||
set network.${config}.metric=9000
|
||||
commit network
|
||||
set openmptcprouter.${config}.metric=1200
|
||||
set openmptcprouter.${config}.metric=9000
|
||||
commit openmptcprouter
|
||||
EOF
|
||||
elif [ "$1" = "omr6in4" ]; then
|
||||
|
|
Loading…
Reference in a new issue