aboutsummaryrefslogtreecommitdiffstats
path: root/package/ppp/patches/310-precompile_filter.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-10-20 21:42:07 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-10-20 21:42:07 +0000
commit4e958797f691e0b90d1770c465d4a3101eb948ac (patch)
tree83615d0e3ea39ecc320e90ab8a057e25a92df188 /package/ppp/patches/310-precompile_filter.patch
parent4bac6eb4441e7c56dad416e91a3421d6a8cc88d5 (diff)
downloadupstream-4e958797f691e0b90d1770c465d4a3101eb948ac.tar.gz
upstream-4e958797f691e0b90d1770c465d4a3101eb948ac.tar.bz2
upstream-4e958797f691e0b90d1770c465d4a3101eb948ac.zip
pppd: add a patch for overriding the path to /etc/ppp/ipv6-{up,down}
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28497 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ppp/patches/310-precompile_filter.patch')
-rw-r--r--package/ppp/patches/310-precompile_filter.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/ppp/patches/310-precompile_filter.patch b/package/ppp/patches/310-precompile_filter.patch
index cbcdfa3a28..5d2c8f1710 100644
--- a/package/ppp/patches/310-precompile_filter.patch
+++ b/package/ppp/patches/310-precompile_filter.patch
@@ -35,7 +35,7 @@
/*
* There have been 3 or 4 different names for this in libpcap CVS, but
* this seems to be what they have settled on...
-@@ -160,6 +161,13 @@ static int setlogfile __P((char **));
+@@ -162,6 +163,13 @@ static int setlogfile __P((char **));
static int loadplugin __P((char **));
#endif
@@ -49,7 +49,7 @@
#ifdef PPP_FILTER
static int setpassfilter __P((char **));
static int setactivefilter __P((char **));
-@@ -317,6 +325,14 @@ option_t general_options[] = {
+@@ -326,6 +334,14 @@ option_t general_options[] = {
"set filter for active pkts", OPT_PRIO },
#endif
@@ -64,7 +64,7 @@
#ifdef MAXOCTETS
{ "maxoctets", o_int, &maxoctets,
"Set connection traffic limit",
-@@ -1463,6 +1479,29 @@ callfile(argv)
+@@ -1472,6 +1488,29 @@ callfile(argv)
return ok;
}