diff options
author | Sebastian Benoit <benno@cvs.openbsd.org> | 2012-02-02 12:34:38 +0000 |
---|---|---|
committer | Sebastian Benoit <benno@cvs.openbsd.org> | 2012-02-02 12:34:38 +0000 |
commit | 15817514b27a82e470b5d7f5d0622f936d41b346 (patch) | |
tree | 901eae8ffc811525025bfe44113d9693eea62c52 /sbin/ifconfig/ifconfig.8 | |
parent | a33ac874c49ef018be9a1a0b82e5fbd3f2257da5 (diff) |
add netflow v9/ipfix support to pflow(4).
large parts written by Florian Obser (florian -at- narrans -dot- de).
feedback from sperreault@ gollo@ sthen@
ok from gollo@ dlg@ henning@
Diffstat (limited to 'sbin/ifconfig/ifconfig.8')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 64fb7d106a0..ca3c7b82d0f 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.225 2011/12/04 06:26:10 haesbaert Exp $ +.\" $OpenBSD: ifconfig.8,v 1.226 2012/02/02 12:34:37 benno Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -31,7 +31,7 @@ .\" .\" @(#)ifconfig.8 8.4 (Berkeley) 6/1/94 .\" -.Dd $Mdocdate: December 4 2011 $ +.Dd $Mdocdate: February 2 2012 $ .Dt IFCONFIG 8 .Os .Sh NAME @@ -1186,10 +1186,15 @@ packets entering the MPLS domain. .El .\" PFLOW .Sh PFLOW +.nr nS 1 +.Bk -words .Nm ifconfig .Ar pflow-interface .Op Oo Fl Oc Ns Cm flowdst Ar addr : Ns Ar port .Op Oo Fl Oc Ns Cm flowsrc Ar addr +.Op Cm pflowproto Ar n +.Ek +.nr nS 0 .Pp The following options are available for a .Xr pflow 4 @@ -1214,6 +1219,9 @@ is the IP address used as sender of the UDP packets and may be used to identify the source of the data on the pflow collector. .It Fl flowsrc Unset the source address. +.It Cm pflowproto Ar n +Set the protocol version. +The default is version 5. .El .\" PFSYNC .Sh PFSYNC |