Make MTU default to 1492 when ppp_mtu nvram variable is not set
authorNicolas Thill <nico@openwrt.org>
Wed, 10 Aug 2005 23:27:28 +0000 (23:27 +0000)
committerNicolas Thill <nico@openwrt.org>
Wed, 10 Aug 2005 23:27:28 +0000 (23:27 +0000)
SVN-Revision: 1606

openwrt/package/ppp/files/ifup.pppoe

index 94179a3eaa473d2e4034d1561301349779b9c8e5..dbf58c380fe1145d77be2deacba78276ee3ef2d8 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