From d9eb899be84e57d70db5200f60967e0d43be7e6c Mon Sep 17 00:00:00 2001 From: cgd Date: Sun, 23 Mar 1997 00:48:37 +0000 Subject: [PATCH] add the PPP_FILTER option --- sys/arch/alpha/conf/ALPHA | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/alpha/conf/ALPHA b/sys/arch/alpha/conf/ALPHA index f12a7825ff73..5f760ba72c7a 100644 --- a/sys/arch/alpha/conf/ALPHA +++ b/sys/arch/alpha/conf/ALPHA @@ -1,4 +1,4 @@ -# $NetBSD: ALPHA,v 1.42 1997/03/21 01:12:40 cgd Exp $ +# $NetBSD: ALPHA,v 1.43 1997/03/23 00:48:37 cgd Exp $ # # Alpha kernel with all the options you'd want, and more. @@ -59,6 +59,7 @@ options CCITT,LLC,HDLC # CCITT protocol suite #options GATEWAY # packet forwarding and more mbuf space options PPP_BSDCOMP # BSD-Compress compression support for PPP options PPP_DEFLATE # Deflate compression support for PPP +options PPP_FILTER # Active filter support for PPP (requires bpf) # Compatibility with 4.2BSD implementation of TCP/IP. Not suggested.