1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2023-08-02 19:36:55 +02:00
parent c6f9554266
commit 83719131be

View file

@ -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