diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-06-23 17:35:50 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-06-23 17:35:50 +0000 |
commit | 560c1b19941e7e34b6b9b578d2b20a5df52823dd (patch) | |
tree | cbaa83e606407d9d5859572c0f3e6fbb8bd1c8b6 | |
parent | 76b156058429142be5d30682bb2d9b80692961c3 (diff) |
IPFILTER_LOG should be a kernel option
-rw-r--r-- | sys/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index a477bad9537..a3c9f4a61c8 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.19 1997/06/23 02:34:37 gene Exp $ +# $OpenBSD: GENERIC,v 1.20 1997/06/23 17:35:49 kstailey Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -61,6 +61,7 @@ option IPSEC # IPsec #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 XXX - still in ip_fil_compat.h option PPP_BSDCOMP # PPP BSD compression option PPP_DEFLATE |