add patch to allow packet schedulers to use the cpu TSC as time source (faster and...
[openwrt.git] / openwrt / package / ppp / files / ifup.pppoa
index 7fac6cc..8928366 100644 (file)
@@ -24,17 +24,17 @@ 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}
+  MTU=${MTU:-1500}
 
   /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
   
This page took 0.021573 seconds and 4 git commands to generate.