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/BABY | |
parent | 6184a37d77e182993bdfb6735d1af1d53eca9c32 (diff) |
add "option IPFILTER_LOG" to conf files that already had IPFILTER
Diffstat (limited to 'sys/arch/i386/conf/BABY')
-rw-r--r-- | sys/arch/i386/conf/BABY | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/BABY b/sys/arch/i386/conf/BABY index 8fb97e6285a..1823f88df60 100644 --- a/sys/arch/i386/conf/BABY +++ b/sys/arch/i386/conf/BABY @@ -1,4 +1,4 @@ -# $OpenBSD: BABY,v 1.19 1997/06/09 21:50:57 deraadt Exp $ +# $OpenBSD: BABY,v 1.20 1997/06/23 19:05:38 kstailey Exp $ machine i386 # architecture, used by config; REQUIRED @@ -76,6 +76,7 @@ option NS # XNS #option EON # OSI tunneling over IP #option CCITT,LLC,HDLC # X.25 option IPFILTER # IP packet filter for security +option IPFILTER_LOG # use /dev/ipl to log IPF config bsd root on sd0 swap on sd0 and sd1 and sd2 and sd3 and sd4 dumps on sd2 |