From: kstailey Date: Fri, 7 Feb 1997 02:18:45 +0000 (+0000) Subject: add IPFILTER X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ddd99945b7925a3ed3f59af6436906d5c579c99a;p=openbsd add IPFILTER --- diff --git a/sys/arch/sun3/conf/COYOTE b/sys/arch/sun3/conf/COYOTE index 3f648853c82..f81c4471a83 100644 --- a/sys/arch/sun3/conf/COYOTE +++ b/sys/arch/sun3/conf/COYOTE @@ -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 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...)