mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
Enable back mtu_fix
This commit is contained in:
parent
9d544752a4
commit
3a99d97348
1 changed files with 4 additions and 4 deletions
|
@ -237,10 +237,10 @@ for intf in $allintf; do
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
#uci -q batch <<-EOF >/dev/null
|
uci -q batch <<-EOF >/dev/null
|
||||||
# set firewall.zone_lan.mtu_fix='1'
|
set firewall.zone_lan.mtu_fix='1'
|
||||||
# set firewall.zone_vpn.mtu_fix='1'
|
set firewall.zone_vpn.mtu_fix='1'
|
||||||
#EOF
|
EOF
|
||||||
uci -q batch <<-EOF >/dev/null
|
uci -q batch <<-EOF >/dev/null
|
||||||
set firewall.@include[0].reload='1'
|
set firewall.@include[0].reload='1'
|
||||||
commit firewall
|
commit firewall
|
||||||
|
|
Loading…
Reference in a new issue