summaryrefslogtreecommitdiff
path: root/openwrt/package/ppp/files/ifup.pppoe
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-02-08 18:28:21 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-02-08 18:28:21 +0000
commite9dfcbece9b5234d5600bc91ec7ba38c8159a389 (patch)
tree23aeafafaacee203a0f2bd2a2acf4181c926fb61 /openwrt/package/ppp/files/ifup.pppoe
parent378a18c0f3a8019d44c457f2f06e848a694714b0 (diff)
pppo*: change lcp-echo-interval to 1s instead of 10s
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3191 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/ppp/files/ifup.pppoe')
-rw-r--r--openwrt/package/ppp/files/ifup.pppoe2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/ppp/files/ifup.pppoe b/openwrt/package/ppp/files/ifup.pppoe
index b43d2689bd..d4a79aedd5 100644
--- a/openwrt/package/ppp/files/ifup.pppoe
+++ b/openwrt/package/ppp/files/ifup.pppoe
@@ -18,7 +18,7 @@ IFNAME=$(nvram get ${type}_device)
USERNAME=$(nvram get ppp_username)
PASSWORD=$(nvram get ppp_passwd)
KEEPALIVE=$(nvram get ppp_redialperiod)
-KEEPALIVE=${KEEPALIVE:+lcp-echo-interval 10 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)