summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-trace.h
diff options
context:
space:
mode:
authorYi-Hung Wei <yihung.wei@gmail.com>2017-08-25 15:51:12 -0700
committerBen Pfaff <blp@ovn.org>2017-10-31 15:21:51 -0700
commit5fdd80cc66e4ace44c419c42fbac3f606b67e581 (patch)
treea0bb5ec237672657cd275b623ed058e9756280f5 /ofproto/ofproto-dpif-trace.h
parentbc61c7b42352825287b7da0d0a2be80ad4c16de2 (diff)
downloadopenvswitch-5fdd80cc66e4ace44c419c42fbac3f606b67e581.tar.gz
ofproto/trace: Propagate ct_zone in recirculation
This patch propagates ct_zone when ofproto/trace automatically runs through the recirculation process. Fixes: e6bc8e749381 ("ofproto/trace: Add support for tracing conntrack recirculation") Signed-off-by: Yi-Hung Wei <yihung.wei@gmail.com> Signed-off-by: Ben Pfaff <blp@ovn.org> Reviewed-by: Greg Rose <gvrose8192@gmail.com>
Diffstat (limited to 'ofproto/ofproto-dpif-trace.h')
-rw-r--r--ofproto/ofproto-dpif-trace.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ofproto/ofproto-dpif-trace.h b/ofproto/ofproto-dpif-trace.h
index 5178d227e..5e51771b1 100644
--- a/ofproto/ofproto-dpif-trace.h
+++ b/ofproto/ofproto-dpif-trace.h
@@ -84,6 +84,7 @@ struct oftrace_node *oftrace_report(struct ovs_list *, enum oftrace_node_type,
const char *text);
bool oftrace_add_recirc_node(struct ovs_list *recirc_queue,
enum oftrace_recirc_type, const struct flow *,
- const struct dp_packet *, uint32_t recirc_id);
+ const struct dp_packet *, uint32_t recirc_id,
+ const uint16_t zone);
#endif /* ofproto-dpif-trace.h */