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/HERMES | |
parent | 6184a37d77e182993bdfb6735d1af1d53eca9c32 (diff) |
add "option IPFILTER_LOG" to conf files that already had IPFILTER
Diffstat (limited to 'sys/arch/i386/conf/HERMES')
-rw-r--r-- | sys/arch/i386/conf/HERMES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/HERMES b/sys/arch/i386/conf/HERMES index 71c77572a59..53b94b8adda 100644 --- a/sys/arch/i386/conf/HERMES +++ b/sys/arch/i386/conf/HERMES @@ -3,7 +3,7 @@ # # This system was a 468 but now has an Intel Pentium Overdrive Processor[tm] # -# $OpenBSD: HERMES,v 1.6 1997/06/12 20:40:02 kstailey Exp $ +# $OpenBSD: HERMES,v 1.7 1997/06/23 19:05:38 kstailey Exp $ machine i386 # architecture, used by config; REQUIRED @@ -67,6 +67,7 @@ option PROCFS # access the insides of procs via the FS option INET # IP + ICMP + TCP + UDP option GATEWAY # packet forwarding option IPFILTER # IP packet filter for security +option IPFILTER_LOG # use /dev/ipl to log IPF #option NS # XNS #option ISO,TPIP # OSI #option EON # OSI tunneling over IP |