X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2FMakefile.linux;h=b52a1292e179298c98ea8f8725b237bce0842abe;hb=2b5045a7886d713db96eb21d4ac544dd2c117d98;hp=85113d070c92a36e6540df0deeb9dcfc77597ca5;hpb=71d3de90eae52087b405e962ca650b71cec79c67;p=ppp.git diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index 85113d0..b52a129 100644 --- a/pppd/Makefile.linux +++ b/pppd/Makefile.linux @@ -1,6 +1,6 @@ # # pppd makefile for Linux -# $Id: Makefile.linux,v 1.59 2003/06/11 23:56:26 paulus Exp $ +# $Id: Makefile.linux,v 1.60 2003/11/27 21:55:19 paulus Exp $ # # Default installation locations @@ -46,9 +46,8 @@ MPPE=y # 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, which it -# doesn't yet. -#FILTER=y +# and that the kernel driver support PPP packet filtering. +FILTER=y # Uncomment the next line to enable multilink PPP (enabled by default) # Linux distributions: Please leave multilink ENABLED in your builds