diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2008-09-09 14:04:10 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2008-09-09 14:04:10 +0000 |
commit | 5fe82ea5e7f83227ec396e3f83fcf09249e5005e (patch) | |
tree | cf2901d34ed27b6d6f27ee0727d3adc28ab7c965 /sys | |
parent | d2cf33fbc7e540e01cd850f89bcc83ca6e582b65 (diff) |
actually enable pflow
Diffstat (limited to 'sys')
-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 ad4dbd9252d..50846456f0c 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.141 2008/07/28 08:29:50 jmc Exp $ +# $OpenBSD: GENERIC,v 1.142 2008/09/09 14:04:09 henning Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -70,6 +70,7 @@ scsibus* at softraid? pseudo-device pf # packet filter pseudo-device pflog # pf log if pseudo-device pfsync # pf sync if +pseudo-device pflow # pflow export if pseudo-device sppp 1 # Sync PPP/HDLC pseudo-device enc 1 # option IPSEC needs the encapsulation interface #pseudo-device strip 1 # Starmode Radio IP interface |