NetFlow configuration is no longer is limited to eight collectors.
authorJustin Pettit <jpettit@nicira.com>
Sat, 4 Apr 2009 06:16:47 +0000 (23:16 -0700)
committerJustin Pettit <jpettit@nicira.com>
Sat, 4 Apr 2009 06:16:47 +0000 (23:16 -0700)
The vswitch.conf man page stated that at most eight collectors can be
listed per bridge.  That restriction has been lifted, so this just
brings the documentation in-line with the implementation.

vswitchd/vswitchd.conf.5.in

index 1a00efe3839387e3c997dc0906329d85a73b195c..987208534503b248134613a9ca8dd1ef0f001e73 100644 (file)
@@ -350,10 +350,10 @@ set to 64:
 .SS "NetFlow v5 Flow Logging"
 NetFlow provides a number of details about terminating flows, such as the 
 principals involved and duration.  A bridge may be configured to send 
-NetFlow v5 records to up to eight collectors when flows end.  To enable, 
-define the key \fBnetflow.\fIbridge\fB.host\fR for each NetFlow collector 
-in the form \fIhost\fB:\fIport\fR.  Records from \fIbridge\fR will be sent 
-to each \fIhost\fR on UDP \fIport\fR.
+NetFlow v5 records to NetFlow collectors when flows end.  To enable, 
+define the key \fBnetflow.\fIbridge\fB.host\fR for each collector in the 
+form \fIhost\fB:\fIport\fR.  Records from \fIbridge\fR will be sent to 
+each \fIhost\fR on UDP \fIport\fR.
 .PP
 The following syntax sends NetFlow records for \fBmybr\fR to the NetFlow
 collector \fBnflow.example.com\fR on UDP port \fB9995\fR: