mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-14 19:41: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
|
||||
|
||||
|
||||
#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_lan.mtu_fix='1'
|
||||
set firewall.zone_vpn.mtu_fix='1'
|
||||
EOF
|
||||
uci -q batch <<-EOF >/dev/null
|
||||
set firewall.@include[0].reload='1'
|
||||
commit firewall
|
||||
|
|
Loading…
Reference in a new issue