summaryrefslogtreecommitdiff
path: root/openwrt/package/ppp/files/ifup.pppoa
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.pppoa
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.pppoa')
-rw-r--r--openwrt/package/ppp/files/ifup.pppoa2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/ppp/files/ifup.pppoa b/openwrt/package/ppp/files/ifup.pppoa
index 475224ff35..2ae6019c51 100644
--- a/openwrt/package/ppp/files/ifup.pppoa
+++ b/openwrt/package/ppp/files/ifup.pppoa
@@ -19,7 +19,7 @@ VCI=$(nvram get atm_vci)
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)