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/ALL | |
parent | 6184a37d77e182993bdfb6735d1af1d53eca9c32 (diff) |
add "option IPFILTER_LOG" to conf files that already had IPFILTER
Diffstat (limited to 'sys/arch/i386/conf/ALL')
-rw-r--r-- | sys/arch/i386/conf/ALL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/ALL b/sys/arch/i386/conf/ALL index 6681da9e380..99cfb759f9a 100644 --- a/sys/arch/i386/conf/ALL +++ b/sys/arch/i386/conf/ALL @@ -1,4 +1,4 @@ -# $OpenBSD: ALL,v 1.14 1997/06/03 20:41:17 deraadt Exp $ +# $OpenBSD: ALL,v 1.15 1997/06/23 19:05:37 kstailey Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # ALL -- everything that's currently supported @@ -78,6 +78,7 @@ option ISO,TPIP # OSI 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 swap generic |