diff options
author | 2008-09-09 14:04:09 +0000 | |
---|---|---|
committer | 2008-09-09 14:04:09 +0000 | |
commit | 946312017647aceb62081a1f1fb24ac33be43b19 (patch) | |
tree | 10746aaf6149bac90ce2a820953fcef8541d18a4 | |
parent | document pflow stuff, Joerg Goltermann <jg@osn.de> with some changes by me (diff) | |
download | wireguard-openbsd-946312017647aceb62081a1f1fb24ac33be43b19.tar.xz wireguard-openbsd-946312017647aceb62081a1f1fb24ac33be43b19.zip |
actually enable pflow
-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 |