mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 02:51:50 +00:00
fix MTU for lan interface in some case
This commit is contained in:
parent
eedd893c9c
commit
8f62658f19
1 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,8 @@ set network.lan.ipaddr=192.168.100.1
|
||||||
set network.lan.netmask=255.255.255.0
|
set network.lan.netmask=255.255.255.0
|
||||||
set network.lan.ifname=$lanif
|
set network.lan.ifname=$lanif
|
||||||
set network.lan.metric=2048
|
set network.lan.metric=2048
|
||||||
|
set firewall.lan.mtu_fix=1
|
||||||
|
commit firewall
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
uci -q batch <<-EOF
|
uci -q batch <<-EOF
|
||||||
|
|
Loading…
Reference in a new issue