diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-02-07 02:18:46 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-02-07 02:18:46 +0000 |
commit | 94652e34e2159f52110220ed17d1952a69f6c646 (patch) | |
tree | 15b30c5f2a691cf517bd5d6123037e81c98bb02e /sys/arch/sun3/conf/COYOTE | |
parent | d8cb073cf0cae6b288e210352f15db419b5302ed (diff) |
add IPFILTER
Diffstat (limited to 'sys/arch/sun3/conf/COYOTE')
-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 |