netflow: Correctly track flow creation time.
authorBen Pfaff <blp@nicira.com>
Mon, 17 Mar 2014 21:32:16 +0000 (14:32 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 10 Apr 2014 17:06:12 +0000 (10:06 -0700)
commite1f208cc4503bad45c1d8edc8bfed5fb433dd02f
treee85784b63262c5829dfe1b48c0746e8475c2e7a5
parent21aa35c348e310aab7fa40038f69c5544a738066
netflow: Correctly track flow creation time.

'created' is supposed to be the time the flow was created, but it was
getting reset to zero on every expiration, causing the flow start time to
be wonky after the first active expiration on a flow.

Reported-by: Lior Neudorfer <lior@guardicore.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/netflow.c