X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/37bdab8d577253510ef2e9ffce369eb8bfe2e0c6..5dfad9395848f74699752473b825635c30fb5567:/openwrt/package/ppp/files/ifup.pppoa?ds=sidebyside diff --git a/openwrt/package/ppp/files/ifup.pppoa b/openwrt/package/ppp/files/ifup.pppoa index 449c6d53d..892836636 100644 --- a/openwrt/package/ppp/files/ifup.pppoa +++ b/openwrt/package/ppp/files/ifup.pppoa @@ -25,16 +25,16 @@ while :; do IDLETIME=${IDLETIME:+lcp-echo-failure $IDLETIME} MTU=$(nvram get ppp_mtu) MTU=${MTU:-1500} - MTU=${MTU:+ mtu $MTU mru $MTU} /usr/sbin/pppd nodetach \ plugin pppoatm.so ${VPI:-8}.${VCI:-35} \ usepeerdns \ defaultroute \ linkname $type \ + ipparam $type \ user "$USERNAME" \ password "$PASSWORD" \ - $MTU \ + mtu $MTU mru $MTU \ $IDLETIME \ $REDIAL