pppo*: change lcp-echo-interval to 1s instead of 10s
[openwrt.git] / package / ppp / files / ifup.pppoe
index b43d268..d4a79ae 100644 (file)
@@ -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)
This page took 0.022007 seconds and 4 git commands to generate.