Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/alpha/conf Add ipfilter-related stuff.



details:   https://anonhg.NetBSD.org/src/rev/56f90afcfcc6
branches:  trunk
changeset: 486553:56f90afcfcc6
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Thu May 25 16:33:13 2000 +0000

description:
Add ipfilter-related stuff.

diffstat:

 sys/arch/alpha/conf/ALPHA    |  6 ++++--
 sys/arch/alpha/conf/ENIWETOK |  4 +++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs (45 lines):

diff -r b3fcd4f3a4a1 -r 56f90afcfcc6 sys/arch/alpha/conf/ALPHA
--- a/sys/arch/alpha/conf/ALPHA Thu May 25 15:35:51 2000 +0000
+++ b/sys/arch/alpha/conf/ALPHA Thu May 25 16:33:13 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALPHA,v 1.123 2000/05/23 02:04:28 thorpej Exp $
+# $NetBSD: ALPHA,v 1.124 2000/05/25 16:33:13 mycroft Exp $
 #
 # Alpha kernel with all the options you'd want, and more.
 
@@ -6,7 +6,7 @@
 
 maxusers 32
 
-ident          "ALPHA-$Revision: 1.123 $"
+ident          "ALPHA-$Revision: 1.124 $"
 
 # CPU Support
 #options       DEC_2000_300    # "Jensen":     2000/300 (DECpc AXP 150)
@@ -88,6 +88,8 @@
 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)
+options        PFIL_HOOKS      # pfil(9) packet filter hooks
+options        IPFILTER_LOG    # ipmon(8) log support
 
 # Compatibility with 4.2BSD implementation of TCP/IP.  Not suggested.
 #options       TCP_COMPAT_42
diff -r b3fcd4f3a4a1 -r 56f90afcfcc6 sys/arch/alpha/conf/ENIWETOK
--- a/sys/arch/alpha/conf/ENIWETOK      Thu May 25 15:35:51 2000 +0000
+++ b/sys/arch/alpha/conf/ENIWETOK      Thu May 25 16:33:13 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ENIWETOK,v 1.24 2000/05/23 02:04:29 thorpej Exp $
+# $NetBSD: ENIWETOK,v 1.25 2000/05/25 16:33:14 mycroft Exp $
 # From: GENERIC,v 1.139 2000/01/19 03:01:46 mycroft Exp
 #
 # Mycroft's AS200.
@@ -67,6 +67,8 @@
 options        IPSEC           # IP security
 options        IPSEC_ESP       # IP security (encryption part; define w/IPSEC)
 #options       IPSEC_DEBUG     # debug for IP security
+options        PFIL_HOOKS      # pfil(9) packet filter hooks
+options        IPFILTER_LOG    # ipmon(8) log support
 
 # 4.3BSD compatibility.  Should be optional, but necessary for now.
 options        COMPAT_43



Home | Main Index | Thread Index | Old Index