diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-06-23 19:05:44 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-06-23 19:05:44 +0000 |
commit | 21a29d52ea7c13c8aa53e960ceed02425353aece (patch) | |
tree | ffad274e4551687e07d9f5f90ad2be588302da65 /sys/arch/i386/conf/WALDORF | |
parent | 6184a37d77e182993bdfb6735d1af1d53eca9c32 (diff) |
add "option IPFILTER_LOG" to conf files that already had IPFILTER
Diffstat (limited to 'sys/arch/i386/conf/WALDORF')
-rw-r--r-- | sys/arch/i386/conf/WALDORF | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/WALDORF b/sys/arch/i386/conf/WALDORF index 2bdd07061cb..991e2f10c37 100644 --- a/sys/arch/i386/conf/WALDORF +++ b/sys/arch/i386/conf/WALDORF @@ -1,4 +1,4 @@ -# $OpenBSD: WALDORF,v 1.9 1997/05/29 00:19:13 niklas Exp $ +# $OpenBSD: WALDORF,v 1.10 1997/06/23 19:05:40 kstailey Exp $ # # WALDORF -- a 486 kernel config Applitron use for some gateway # machines (waldorf and neuro). @@ -71,6 +71,7 @@ option FIFO # FIFOs; RECOMMENDED option GATEWAY # packet forwarding option INET # IP + ICMP + TCP + UDP option IPFILTER # IP firewall +option IPFILTER_LOG # use /dev/ipl to log IPF #option NS # XNS #option ISO,TPIP # OSI #option EON # OSI tunneling over IP |