pppo*: change lcp-echo-interval to 1s instead of 10s
[openwrt/svn-archive/archive.git] / openwrt / package / ppp / files / ifup.pppoa
index 475224ff35bc72fa00437258bc3e26d52ef3180c..2ae6019c51cc6d0d4edf31c3651c26d564683516 100644 (file)
@@ -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)