ppp: remove the persist option, netifd handles reconnects

Significantly reduces reconnect delay

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

SVN-Revision: 45654
v19.07.3_mercusys_ac12_duma
Felix Fietkau 9 years ago
parent a13783f8c3
commit 53a5647414

@ -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"

Loading…
Cancel
Save