diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-09-10 14:54:48 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-09-10 14:54:48 +0000 |
commit | 0d054b4fe0c1348f01664b61e8440d7dfd82f976 (patch) | |
tree | 08e31975d216e9ea5cc63d54e514ded37e6bef07 /share | |
parent | 33d64896abc9e79070ec22125a832e7d8ef87878 (diff) |
some pflow tweaks;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/pflow.4 | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/share/man/man4/pflow.4 b/share/man/man4/pflow.4 index 0ba7e23e480..a2d42d7c918 100644 --- a/share/man/man4/pflow.4 +++ b/share/man/man4/pflow.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pflow.4,v 1.2 2008/09/09 15:47:15 henning Exp $ +.\" $OpenBSD: pflow.4,v 1.3 2008/09/10 14:54:47 jmc 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, ARISINGOUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 9 2008 $ +.Dd $Mdocdate: September 10 2008 $ .Dt PFLOW 4 .Os .Sh NAME @@ -46,12 +46,9 @@ The interface will attempt to export multiple pflow records in one UDP packet, but will not hold a record for longer than 30 seconds. The packet size and thus the maximum number of flows is controlled by the -.Ar mtu -parameter of ifconfig -(see the -.Xr ifconfig 8 .Cm mtu -parameter). +parameter of +.Xr ifconfig 8 . .Pp Each packet seen on this interface has one header and a variable number of flows. |