X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/908bf643e0a9637d3a7b0ba23e673f8b505151f4..e85b14fba4f60938c973cda30865dbd0bbbd0d65:/openwrt/package/ppp/files/ifup.pppoa diff --git a/openwrt/package/ppp/files/ifup.pppoa b/openwrt/package/ppp/files/ifup.pppoa index ee88e4b9e..449c6d53d 100644 --- a/openwrt/package/ppp/files/ifup.pppoa +++ b/openwrt/package/ppp/files/ifup.pppoa @@ -10,7 +10,7 @@ type=$1 exit } -for module in slhc ppp_generic pppox pppoatm; do +for module in slhc ppp_generic pppoatm; do /sbin/insmod $module 2>&- >&- done @@ -24,13 +24,11 @@ while :; do IDLETIME=$(nvram get ppp_idletime) IDLETIME=${IDLETIME:+lcp-echo-failure $IDLETIME} MTU=$(nvram get ppp_mtu) - MTU=${MTU:-1492} + MTU=${MTU:-1500} MTU=${MTU:+ mtu $MTU mru $MTU} - ifconfig $IFNAME up /usr/sbin/pppd nodetach \ plugin pppoatm.so ${VPI:-8}.${VCI:-35} \ - connect /bin/true \ usepeerdns \ defaultroute \ linkname $type \