Re: [ovs-dev] [PATCH] netflow: Correctly track flow creation time.

2014-04-10 Thread Ben Pfaff
Thanks, applied to master, branch-2.1, branch-2.0. On Mon, Mar 31, 2014 at 09:27:32AM +1300, Joe Stringer wrote: > Acked-by: Joe Stringer > > > On 18 March 2014 10:35, Ben Pfaff wrote: > > > 'created' is supposed to be the time the flow was created, but it was > > getting reset to zero on eve

Re: [ovs-dev] [PATCH] netflow: Correctly track flow creation time.

2014-03-30 Thread Joe Stringer
Acked-by: Joe Stringer On 18 March 2014 10:35, Ben Pfaff wrote: > '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 Neud

[ovs-dev] [PATCH] netflow: Correctly track flow creation time.

2014-03-17 Thread Ben Pfaff
'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 Signed-off-by: Ben Pfaff --- ofproto/netflow.c |1 - 1 file chang