diff options
-rw-r--r-- | sys/arch/sun3/conf/COYOTE | 5 |
1 files changed, 3 insertions, 2 deletions
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 |