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/arc/conf/RAMDISK | |
parent | 6184a37d77e182993bdfb6735d1af1d53eca9c32 (diff) |
add "option IPFILTER_LOG" to conf files that already had IPFILTER
Diffstat (limited to 'sys/arch/arc/conf/RAMDISK')
-rw-r--r-- | sys/arch/arc/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/arc/conf/RAMDISK b/sys/arch/arc/conf/RAMDISK index 0c86fa2977b..e6d9b886a9d 100644 --- a/sys/arch/arc/conf/RAMDISK +++ b/sys/arch/arc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.2 1997/05/19 10:34:54 pefo Exp $ +# $OpenBSD: RAMDISK,v 1.3 1997/06/23 19:05:36 kstailey Exp $ # # Generic configuration file for MIPS R4x00 ARC Systems # @@ -53,6 +53,7 @@ options INET # Internet protocols #options 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 #options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP #options MULTICAST # Multicast support |