netflow: Fix interpretation of flow_seq.
authorMotonori Shindo <motonori@shin.do>
Tue, 4 Nov 2014 16:12:18 +0000 (01:12 +0900)
committerBen Pfaff <blp@nicira.com>
Tue, 4 Nov 2014 18:44:34 +0000 (10:44 -0800)
commit1cd8ade3189069d653da4fb27c1d3f680fcca6f3
tree1a0fc22bf2a97bc0ab3cb1690de58e2975c19bdd
parentaee532378943ad5990b99857f832d532fe702237
netflow: Fix interpretation of flow_seq.

'flow_seq" field in NetFlow v5 header should represent a number of NetFlow
flow records exported while it is representing the number of NetFlow
packets exported in the current code. This patch fixes this problem.

Signed-off-by: Motonori Shindo <motonori@shin.do>
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/netflow.c