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/TARDIS | |
parent | 6184a37d77e182993bdfb6735d1af1d53eca9c32 (diff) |
add "option IPFILTER_LOG" to conf files that already had IPFILTER
Diffstat (limited to 'sys/arch/i386/conf/TARDIS')
-rw-r--r-- | sys/arch/i386/conf/TARDIS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/TARDIS b/sys/arch/i386/conf/TARDIS index 9a2f31ac445..5605e1cbcb5 100644 --- a/sys/arch/i386/conf/TARDIS +++ b/sys/arch/i386/conf/TARDIS @@ -6,7 +6,7 @@ # Please note that before you use this kernel config as an example for # anything, it currently requires special boot blocks. # -# $OpenBSD: TARDIS,v 1.1 1997/06/08 19:14:03 downsj Exp $ +# $OpenBSD: TARDIS,v 1.2 1997/06/23 19:05:39 kstailey Exp $ # machine i386 @@ -51,6 +51,7 @@ option MFS option PPP_BSDCOMP,PPP_DEFLATE option IPFILTER +option IPFILTER_LOG # use /dev/ipl to log IPF option NFSCLIENT option NFSSERVER |