X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/f415ff1978269c50de7619e4f45a5d6942f6c6cc..deca134d7e72842eed77a7c17b86e7db141f4f86:/openwrt/package/ppp/files/ifup.pppoa diff --git a/openwrt/package/ppp/files/ifup.pppoa b/openwrt/package/ppp/files/ifup.pppoa index 475224ff3..2ae6019c5 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)