fix typo
[openwrt.git] / openwrt / package / ppp / files / ifup.pppoe
index 94179a3..dbf58c3 100644 (file)
@@ -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
This page took 0.028248 seconds and 4 git commands to generate.