ppp: remove the persist option, netifd handles reconnects

Significantly reduces reconnect delay

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 45654
This commit is contained in:
Felix Fietkau 2015-05-09 21:14:46 +00:00
parent a13783f8c3
commit 53a5647414

View File

@ -69,7 +69,7 @@ ppp_generic_setup() {
if [ "${demand:-0}" -gt 0 ]; then
demand="precompiled-active-filter /etc/ppp/filter demand idle $demand"
else
demand="persist"
demand=""
fi
[ -n "$mtu" ] || json_get_var mtu mtu
[ -n "$pppname" ] || pppname="${proto:-ppp}-$config"