X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2FMakefile.linux;h=e1d95b3c4612c767c39035819194f3f7eb80bfeb;hp=85113d070c92a36e6540df0deeb9dcfc77597ca5;hb=cbb598e017f8808949953dc57e42c8cf4e9aeb92;hpb=71d3de90eae52087b405e962ca650b71cec79c67 diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index 85113d0..e1d95b3 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.61 2004/10/28 00:15:08 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 @@ -172,7 +171,7 @@ endif ifdef FILTER LIBS += -lpcap -CFLAGS += -DPPP_FILTER -I/usr/include/pcap +CFLAGS += -DPPP_FILTER endif ifdef HAVE_INET6