]> git.proxmox.com Git - mirror_ovs.git/commit - ofproto/netflow.c
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:40:08 +0000 (10:40 -0800)
commit2c90878611d3f9d8722f068861d4d716f77b146e
treeeaf3a46d247ca0bc723716a7a6840b245547d459
parent495a6c342b3fc38c375b20cd2dcd9b9ac9017b64
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