[ovs-git] Open vSwitch: netflow: Send multiple records for byte counts > UINT32_MAX (master)

dev at openvswitch.org dev at openvswitch.org
Wed Sep 1 16:17:42 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  f79cb67e689566cfbf3071e0ac0e29923ada5a97 (commit)
      from  fdf2037829befd7e7fc337a477950fdc7f1cb09b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f79cb67e689566cfbf3071e0ac0e29923ada5a97
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=f79cb67e689566cfbf3071e0ac0e29923ada5a97
Author: Justin Pettit <jpettit at nicira.com>
		
netflow: Send multiple records for byte counts > UINT32_MAX
		
When a NetFlow record is to be sent for a flow that had more than 2^32
bytes, we used to set the byte count to UINT32_MAX.  With this change,
we will send out multiple records to account for all the traffic.


-----------------------------------------------------------------------

Summary of changes:
 ofproto/netflow.c |   69 +++++++++++++++++++++++++++++++++++-----------------
 1 files changed, 46 insertions(+), 23 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list