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

Change omrvpn interface MTU to jumbo frame (at least for test...)

This commit is contained in:
Ycarus (Yannick Chabanois) 2023-06-23 08:24:59 +02:00
parent a013fc112c
commit ff90fb808f
2 changed files with 8 additions and 5 deletions

View file

@ -241,9 +241,7 @@ done
uci -q batch <<-EOF >/dev/null
set firewall.zone_lan.mtu_fix='1'
set firewall.zone_vpn.mtu_fix='1'
EOF
uci -q batch <<-EOF >/dev/null
set firewall.zone_vpn.mtu_fix='0'
set firewall.@include[0].reload='1'
commit firewall
EOF