projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
use target optimization cflags
[openwrt.git]
/
openwrt
/
package
/
ppp
/
files
/
ifup.pppoa
diff --git
a/openwrt/package/ppp/files/ifup.pppoa
b/openwrt/package/ppp/files/ifup.pppoa
index
7fac6cc
..
51b0fe3
100644
(file)
--- a/
openwrt/package/ppp/files/ifup.pppoa
+++ b/
openwrt/package/ppp/files/ifup.pppoa
@@
-24,8
+24,7
@@
while :; do
IDLETIME=$(nvram get ppp_idletime)
IDLETIME=${IDLETIME:+lcp-echo-failure $IDLETIME}
MTU=$(nvram get ppp_mtu)
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} \
/usr/sbin/pppd nodetach \
plugin pppoatm.so ${VPI:-8}.${VCI:-35} \
@@
-34,7
+33,7
@@
while :; do
linkname $type \
user "$USERNAME" \
password "$PASSWORD" \
linkname $type \
user "$USERNAME" \
password "$PASSWORD" \
- $MTU \
+
mtu $MTU mru
$MTU \
$IDLETIME \
$REDIAL
$IDLETIME \
$REDIAL
This page took
0.023667 seconds
and
4
git commands to generate.