From: Greg Rose <[email protected]>

Reported-by: Felix Konstantin Maurer <[email protected]>
Signed-off-by: Greg Rose <[email protected]>
[[email protected] changed this to use ipfix_now()]
Signed-off-by: Ben Pfaff <[email protected]>
---
 ofproto/ofproto-dpif-ipfix.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ofproto/ofproto-dpif-ipfix.c b/ofproto/ofproto-dpif-ipfix.c
index 5589b0ea05e1..bc63b7b0294b 100644
--- a/ofproto/ofproto-dpif-ipfix.c
+++ b/ofproto/ofproto-dpif-ipfix.c
@@ -1643,6 +1643,7 @@ ipfix_cache_update(struct dpif_ipfix_exporter *exporter,
         ipfix_cache_aggregate_entries(entry, old_entry);
         free(entry);
         ipfix_update_stats(exporter, false, current_flows, sampled_pkt_type);
+        old_entry->flow_end_timestamp_usec = ipfix_now();
     }
 }
 
-- 
2.10.2

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to