From be2f5ae73fe27c7b513d81f89651c19c0b7024ca Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Fri, 3 Apr 2009 23:16:47 -0700 Subject: [PATCH] NetFlow configuration is no longer is limited to eight collectors. 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vswitchd/vswitchd.conf.5.in b/vswitchd/vswitchd.conf.5.in index 1a00efe3..98720853 100644 --- a/vswitchd/vswitchd.conf.5.in +++ b/vswitchd/vswitchd.conf.5.in @@ -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: -- 2.30.2