From: Paul Mackerras Date: Tue, 1 Aug 2000 01:44:48 +0000 (+0000) Subject: turn off packet filtering for now since the kernel driver doesn't X-Git-Tag: ppp-2.4.7~525 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=b42a30af51e85e88ae427c2e1f7277c3b2f9fd17 turn off packet filtering for now since the kernel driver doesn't support it yet. --- diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index a7ff34f..05bca94 100644 --- a/pppd/Makefile.linux +++ b/pppd/Makefile.linux @@ -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