projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a2ab98
)
pppo*: change lcp-echo-interval to 1s instead of 10s
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 8 Feb 2006 18:28:21 +0000
(18:28 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 8 Feb 2006 18:28:21 +0000
(18:28 +0000)
SVN-Revision: 3191
openwrt/package/ppp/files/ifup.pppoe
patch
|
blob
|
history
diff --git
a/openwrt/package/ppp/files/ifup.pppoe
b/openwrt/package/ppp/files/ifup.pppoe
index 1003535184baa427697869ac976f54ecbee483e4..2ec86391189c4bc29392a701d9e786096d17f156 100644
(file)
--- a/
openwrt/package/ppp/files/ifup.pppoe
+++ b/
openwrt/package/ppp/files/ifup.pppoe
@@
-17,7
+17,7
@@
done
USERNAME=$(nvram get ppp_username)
PASSWORD=$(nvram get ppp_passwd)
KEEPALIVE=$(nvram get ppp_redialperiod)
- KEEPALIVE=${KEEPALIVE:+lcp-echo-interval 1
0
lcp-echo-failure $KEEPALIVE}
+ KEEPALIVE=${KEEPALIVE:+lcp-echo-interval 1 lcp-echo-failure $KEEPALIVE}
DEMAND=$(nvram get ppp_demand)
case "$DEMAND" in
on|1|enabled)