mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +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…
Add table
Add a link
Reference in a new issue