blob: fb68a9abcc4d3bb9ad2fd70b87e00c232d022e78 (
plain)
1 diff -ru ppp-2.4.3/pppd/Makefile.linux ppp-2.4.3-new/pppd/Makefile.linux
2 --- ppp-2.4.3/pppd/Makefile.linux 2004-11-13 13:02:22.000000000 +0100
3 +++ ppp-2.4.3-new/pppd/Makefile.linux 2004-12-12 00:05:13.582252968 +0100
4 @@ -48,7 +48,7 @@
5 # Uncomment the next line to include support for PPP packet filtering.
6 # This requires that the libpcap library and headers be installed
7 # and that the kernel driver support PPP packet filtering.
8 -FILTER=y
9 +#FILTER=y
10
11 # Uncomment the next line to enable multilink PPP (enabled by default)
12 # Linux distributions: Please leave multilink ENABLED in your builds
|