netflow: Correctly track flow creation time.
[cascardo/ovs.git] / ofproto / netflow.c
index f79ad6a..4c47e75 100644 (file)
@@ -270,7 +270,6 @@ netflow_expire__(struct netflow *nf, struct netflow_flow *nf_flow)
     }
 
     /* Update flow tracking data. */
-    nf_flow->created = 0;
     nf_flow->packet_count = 0;
     nf_flow->byte_count = 0;
     nf_flow->tcp_flags = 0;