netflow: Send multiple records for byte counts > UINT32_MAX
authorJustin Pettit <jpettit@nicira.com>
Wed, 1 Sep 2010 01:41:32 +0000 (18:41 -0700)
committerJustin Pettit <jpettit@nicira.com>
Wed, 1 Sep 2010 16:17:00 +0000 (09:17 -0700)
commitf79cb67e689566cfbf3071e0ac0e29923ada5a97
tree8aaf080f174ea03e1d541618f2ac8e569dd50bae
parentfdf2037829befd7e7fc337a477950fdc7f1cb09b
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.
ofproto/netflow.c