summaryrefslogtreecommitdiffstats
path: root/package/ppp/files/ifup.pppoa
diff options
context:
space:
mode:
Diffstat (limited to 'package/ppp/files/ifup.pppoa')
-rw-r--r--package/ppp/files/ifup.pppoa1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ppp/files/ifup.pppoa b/package/ppp/files/ifup.pppoa
index 2ae6019c5..baea25ebf 100644
--- a/package/ppp/files/ifup.pppoa
+++ b/package/ppp/files/ifup.pppoa
@@ -25,6 +25,7 @@ case "$DEMAND" in
on|1|enabled)
DEMAND=$(nvram get ppp_idletime)
DEMAND=${IDLETIME:+demand idle $IDLETIME}
+ [ -f /etc/ppp/filter ] && DEMAND=${DEMAND:+precompiled-active-filter /etc/ppp/filter $DEMAND}
;;
*) DEMAND="persist";;
esac