summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-xlate.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2015-07-24 09:32:59 -0700
committerBen Pfaff <blp@nicira.com>2015-07-31 15:14:27 -0700
commit939ba4d35f1b9bc0ad944bc6fd5bc13838be7364 (patch)
tree3ab546ce052b6b9a1cea64c558c3065aad15e65a /ofproto/ofproto-dpif-xlate.h
parent3d6151f3e7612ed2e63822cfa9bf16f29bd3b156 (diff)
downloadopenvswitch-939ba4d35f1b9bc0ad944bc6fd5bc13838be7364.tar.gz
ofproto-dpif-xlate: Remove multiple members from struct xlate_out.
Nothing used them. Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
Diffstat (limited to 'ofproto/ofproto-dpif-xlate.h')
-rw-r--r--ofproto/ofproto-dpif-xlate.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ofproto/ofproto-dpif-xlate.h b/ofproto/ofproto-dpif-xlate.h
index 346c735a7..6dd990a32 100644
--- a/ofproto/ofproto-dpif-xlate.h
+++ b/ofproto/ofproto-dpif-xlate.h
@@ -40,9 +40,6 @@ struct xlate_cache;
struct xlate_out {
enum slow_path_reason slow; /* 0 if fast path may be used. */
bool fail_open; /* Initial rule is fail open? */
- bool has_learn; /* Actions include NXAST_LEARN? */
- bool has_normal; /* Actions output to OFPP_NORMAL? */
- bool has_fin_timeout; /* Actions include NXAST_FIN_TIMEOUT? */
ofp_port_t nf_output_iface; /* Output interface index for NetFlow. */
/* Recirculation IDs on which references are held. */