diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-02-07 02:19:52 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-02-07 02:19:52 +0000 |
commit | fd810961f342cc02cd3dd1f50cd7553fc5271b4e (patch) | |
tree | f1c0323434b7a5eafa8d7344e400cd8014aed460 /sys/arch | |
parent | 94652e34e2159f52110220ed17d1952a69f6c646 (diff) |
add IPFILTER
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sun3/conf/GENERIC | 1 |
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...) |