projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3b86ee
)
fix inconsistent pppoe nvram settings (use linksys options)
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 18 Apr 2005 19:53:21 +0000
(19:53 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 18 Apr 2005 19:53:21 +0000
(19:53 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@677
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/ppp/ipkg/ppp-pppoe-plugin/etc/init.d/S50pppoe
patch
|
blob
|
history
diff --git
a/package/ppp/ipkg/ppp-pppoe-plugin/etc/init.d/S50pppoe
b/package/ppp/ipkg/ppp-pppoe-plugin/etc/init.d/S50pppoe
index
33143c9
..
18c87ba
100755
(executable)
--- a/
package/ppp/ipkg/ppp-pppoe-plugin/etc/init.d/S50pppoe
+++ b/
package/ppp/ipkg/ppp-pppoe-plugin/etc/init.d/S50pppoe
@@
-15,9
+15,9
@@
done
USERNAME=$(nvram get ppp_username)
PASSWORD=$(nvram get ppp_passwd)
REDIAL=$(nvram get ppp_redialperiod)
- REDIAL=${REDIAL:+
holdoff
$REDIAL}
+ REDIAL=${REDIAL:+
lcp-echo-interval
$REDIAL}
IDLETIME=$(nvram get ppp_idletime)
- IDLETIME=${IDLETIME:+
idl
e $IDLETIME}
+ IDLETIME=${IDLETIME:+
lcp-echo-failur
e $IDLETIME}
MTU=$(nvram get ppp_mtu)
MTU=${MTU:+ mtu $MTU mru $MTU}