summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-02-07 02:19:52 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-02-07 02:19:52 +0000
commitfd810961f342cc02cd3dd1f50cd7553fc5271b4e (patch)
treef1c0323434b7a5eafa8d7344e400cd8014aed460 /sys/arch
parent94652e34e2159f52110220ed17d1952a69f6c646 (diff)
add IPFILTER
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/sun3/conf/GENERIC1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arch/sun3/conf/GENERIC b/sys/arch/sun3/conf/GENERIC
index df97ee1c96e..27ae4f81133 100644
--- a/sys/arch/sun3/conf/GENERIC
+++ b/sys/arch/sun3/conf/GENERIC
@@ -40,6 +40,7 @@ options MFS # memory-based filesystem
# Networking options
options INET # IP prototol stack support
+options IPFILTER # IP packet filter for security
#options GATEWAY # IP packet forwarding
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
# XXX - Work-around for root on slow SunOS/Sun3 servers (sigh...)