1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-05 10:41:18 +02:00

Make MTU default to 1492 when ppp_mtu nvram variable is not set

SVN-Revision: 1606
This commit is contained in:
Nicolas Thill 2005-08-10 23:27:28 +00:00
parent 6ece388d80
commit e0f3c67024

@ -23,6 +23,7 @@ while :; do
IDLETIME=$(nvram get ppp_idletime)
IDLETIME=${IDLETIME:+lcp-echo-failure $IDLETIME}
MTU=$(nvram get ppp_mtu)
MTU=${MTU:-1492}
MTU=${MTU:+ mtu $MTU mru $MTU}
ifconfig $IFNAME up