]> git.proxmox.com Git - mirror_ovs.git/blobdiff - ofproto/ofproto-dpif-trace.h
ofproto-dpif-trace: Improve NAT tracing.
[mirror_ovs.git] / ofproto / ofproto-dpif-trace.h
index 63dbb50bad5718145fd972c7d9276fdbfd692781..4b04f1756f0f0dcdb9245e6820c7599a43374b98 100644 (file)
@@ -73,6 +73,7 @@ struct oftrace_recirc_node {
     uint32_t recirc_id;
     struct flow flow;
     struct dp_packet *packet;
+    const struct ofpact_nat *nat_act;
 };
 
 /* A node within a next_ct_states list. */
@@ -91,6 +92,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 ofpact_nat *,
                              const struct dp_packet *, uint32_t recirc_id,
                              const uint16_t zone);