summaryrefslogtreecommitdiffstats
path: root/ppp/ppp-nofilter.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ppp/ppp-nofilter.patch')
-rw-r--r--ppp/ppp-nofilter.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/ppp/ppp-nofilter.patch b/ppp/ppp-nofilter.patch
new file mode 100644
index 0000000..fb68a9a
--- /dev/null
+++ b/ppp/ppp-nofilter.patch
@@ -0,0 +1,12 @@
+diff -ru ppp-2.4.3/pppd/Makefile.linux ppp-2.4.3-new/pppd/Makefile.linux
+--- ppp-2.4.3/pppd/Makefile.linux 2004-11-13 13:02:22.000000000 +0100
++++ ppp-2.4.3-new/pppd/Makefile.linux 2004-12-12 00:05:13.582252968 +0100
+@@ -48,7 +48,7 @@
+ # Uncomment the next line to include support for PPP packet filtering.
+ # This requires that the libpcap library and headers be installed
+ # and that the kernel driver support PPP packet filtering.
+-FILTER=y
++#FILTER=y
+
+ # Uncomment the next line to enable multilink PPP (enabled by default)
+ # Linux distributions: Please leave multilink ENABLED in your builds