add IPFILTER
authorkstailey <kstailey@openbsd.org>
Fri, 7 Feb 1997 02:18:45 +0000 (02:18 +0000)
committerkstailey <kstailey@openbsd.org>
Fri, 7 Feb 1997 02:18:45 +0000 (02:18 +0000)
sys/arch/sun3/conf/COYOTE
sys/arch/sun3/conf/GENERIC

index 3f64885..f81c447 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $OpenBSD: COYOTE,v 1.3 1996/11/23 18:05:32 kstailey Exp $
+# $OpenBSD: COYOTE,v 1.4 1997/02/07 02:18:45 kstailey Exp $
 #
 
 #
@@ -36,7 +36,8 @@ options       PROCFS          # /proc
 #options       UNION           # union file system
 
 # Networking options
-options        INET                            # IP prototol stack support
+options        INET            # IP prototol stack support
+options                IPFILTER        # IP packet filter for security
 # XXX - Work-around for root on slow SunOS/Sun3 servers (sigh...)
 options        NFS_BOOT_RWSIZE=1024
 
index df97ee1..27ae4f8 100644 (file)
@@ -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...)