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/P4032 | |
parent | 6184a37d77e182993bdfb6735d1af1d53eca9c32 (diff) |
add "option IPFILTER_LOG" to conf files that already had IPFILTER
Diffstat (limited to 'sys/arch/arc/conf/P4032')
-rw-r--r-- | sys/arch/arc/conf/P4032 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/arc/conf/P4032 b/sys/arch/arc/conf/P4032 index 453985dcd02..c25fd3f6baa 100644 --- a/sys/arch/arc/conf/P4032 +++ b/sys/arch/arc/conf/P4032 @@ -1,4 +1,4 @@ -# $OpenBSD: P4032,v 1.1 1997/05/18 13:45:23 pefo Exp $ +# $OpenBSD: P4032,v 1.2 1997/06/23 19:05:36 kstailey Exp $ # # Generic configuration file for Algorithmics P4032 board # @@ -54,6 +54,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 |