summaryrefslogtreecommitdiffstats
path: root/share/man/man4
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2013-09-13 14:32:52 +0000
committerflorian <florian@openbsd.org>2013-09-13 14:32:52 +0000
commit1a28b959583b057d1f64ccd5a0936af9d8e620d5 (patch)
tree70b70a0289899ce2609bf013bd9baf8097566fbd /share/man/man4
parentDon't send flows if flowsrc is not set. Packages had a broken (diff)
downloadwireguard-openbsd-1a28b959583b057d1f64ccd5a0936af9d8e620d5.tar.xz
wireguard-openbsd-1a28b959583b057d1f64ccd5a0936af9d8e620d5.zip
pflow(4) does not work without flowsrc set.
OK benno@
Diffstat (limited to 'share/man/man4')
-rw-r--r--share/man/man4/pflow.410
1 files changed, 6 insertions, 4 deletions
diff --git a/share/man/man4/pflow.4 b/share/man/man4/pflow.4
index 8b0e74b8b75..99b4dfe45e3 100644
--- a/share/man/man4/pflow.4
+++ b/share/man/man4/pflow.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pflow.4,v 1.14 2012/10/30 12:09:05 florian Exp $
+.\" $OpenBSD: pflow.4,v 1.15 2013/09/13 14:32:53 florian Exp $
.\"
.\" Copyright (c) 2008 Henning Brauer <henning@openbsd.org>
.\" Copyright (c) 2008 Joerg Goltermann <jg@osn.de>
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: October 30 2012 $
+.Dd $Mdocdate: September 13 2013 $
.Dt PFLOW 4
.Os
.Sh NAME
@@ -42,8 +42,8 @@ Multiple
interfaces can be created at runtime using the
.Ic ifconfig pflow Ns Ar N Ic create
command.
-Each interface must be configured with a flow receiver IP address and
-port number.
+Each interface must be configured with flow sender IP address and a flow
+receiver IP address and port number.
.Pp
Only states created by a rule marked with the
.Ar pflow
@@ -91,6 +91,8 @@ collector.
.Cm flowdst
defines the collector IP address and the port.
The
+.Cm flowsrc
+IP address and
.Cm flowdst
IP address and port must be defined to enable the export of flows.
.Pp