diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-06-23 19:04:28 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-06-23 19:04:28 +0000 |
commit | 6184a37d77e182993bdfb6735d1af1d53eca9c32 (patch) | |
tree | 82121f86b1c5244bc8276a6aacc966f318713cfc | |
parent | 0a53883cb5c242eca4b17150c43546f187c8ca7b (diff) |
activate IPFILTER_LOG
-rw-r--r-- | sys/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index a3c9f4a61c8..d1764450af3 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.20 1997/06/23 17:35:49 kstailey Exp $ +# $OpenBSD: GENERIC,v 1.21 1997/06/23 19:04:27 kstailey Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -61,7 +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 IPFILTER_LOG # use /dev/ipl to log IPF option PPP_BSDCOMP # PPP BSD compression option PPP_DEFLATE |