Have NetFlow account for first buffered packet of new flow (Bug #1162).
authorJustin Pettit <jpettit@nicira.com>
Wed, 22 Apr 2009 00:23:37 +0000 (17:23 -0700)
committerJustin Pettit <jpettit@nicira.com>
Wed, 22 Apr 2009 00:26:07 +0000 (17:26 -0700)
commit43bdbfd1b033189593ef473423c392663f29a61c
tree0bde7f82dff7b93266f758ddb963c6cc8f4ff29c
parent2f7d15cb736d324f118620962bbf9d82d3336aab
Have NetFlow account for first buffered packet of new flow (Bug #1162).

The record-keeping for NetFlow didn't track the buffered packet
associated with a flow add command.  We now pull the relevant data from
the buffered packet and add it to the flow rule stats.
lib/flow.c
lib/flow.h
secchan/ofproto.c