summaryrefslogtreecommitdiffstats
path: root/ppp/ppp-nofilter.patch
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-12 06:16:03 +0100
committerLukc <lukc@upyum.com>2010-12-12 06:16:03 +0100
commit9af5eb18376199510ecbb280d0b574107e36bd82 (patch)
treeff17dea55a39dc366e9a113f6a0e079893d9e7ce /ppp/ppp-nofilter.patch
parentf9d4e81eb31075ca9b73b431a08a173e13507fcf (diff)
downloadopt-9af5eb18376199510ecbb280d0b574107e36bd82.tar.gz
opt-9af5eb18376199510ecbb280d0b574107e36bd82.tar.bz2
opt-9af5eb18376199510ecbb280d0b574107e36bd82.tar.xz
opt-9af5eb18376199510ecbb280d0b574107e36bd82.zip
Recette de ppp ajoutée.
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