]> git.ozlabs.org Git - ppp.git/commitdiff
turn off packet filtering for now since the kernel driver doesn't
authorPaul Mackerras <paulus@samba.org>
Tue, 1 Aug 2000 01:44:48 +0000 (01:44 +0000)
committerPaul Mackerras <paulus@samba.org>
Tue, 1 Aug 2000 01:44:48 +0000 (01:44 +0000)
support it yet.

pppd/Makefile.linux

index a7ff34f7349544af56de3bf09dcba168a1c3c816..05bca94887f98bc4184c2de336156c62ea909f5a 100644 (file)
@@ -1,6 +1,6 @@
 #
 # pppd makefile for Linux
-# $Id: Makefile.linux,v 1.39 2000/08/01 01:38:29 paulus Exp $
+# $Id: Makefile.linux,v 1.40 2000/08/01 01:44:48 paulus Exp $
 #
 
 # Default installation locations
@@ -43,8 +43,10 @@ HAVE_CRYPT_H=y
 endif
 
 # Uncomment the next line to include support for PPP packet filtering.
-# This requires that the libpcap library and headers be installed.
-FILTER=y
+# This requires that the libpcap library and headers be installed
+# and that the kernel driver support PPP packet filtering, which it
+# doesn't yet.
+#FILTER=y
 
 HAS_SHADOW=y
 #USE_PAM=y