pppo*: change lcp-echo-interval to 1s instead of 10s
[openwrt.git] / package / ppp / files / ifup.pppoa
index 475224f..2ae6019 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)
This page took 0.024285 seconds and 4 git commands to generate.