summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHan Zhou <zhouhan@gmail.com>2017-04-26 10:38:08 -0700
committerBen Pfaff <blp@ovn.org>2017-05-01 13:44:04 -0700
commit1e31e24232c1d868d054c0e588dca57461ec5dc6 (patch)
tree69eae18f0661de5187ab92b28f1c9e31700b1cda /include
parentd56ec3bc0811bf3421ceea76dd70eb8233438c9f (diff)
downloadopenvswitch-1e31e24232c1d868d054c0e588dca57461ec5dc6.tar.gz
ovn-controller: Remove ct_zones from lflow_run.
ct_zones is not really used in lflow_run, so remove the dependency. Signed-off-by: Han Zhou <zhouhan@gmail.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'include')
-rw-r--r--include/ovn/actions.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/ovn/actions.h b/include/ovn/actions.h
index d2510fd3c..bb8f1ac5e 100644
--- a/include/ovn/actions.h
+++ b/include/ovn/actions.h
@@ -448,9 +448,6 @@ struct ovnact_encode_params {
/* 'true' if the flow is for a gateway router. */
bool is_gateway_router;
- /* A map from a port name to its connection tracking zone. */
- const struct simap *ct_zones;
-
/* A struct to figure out the group_id for group actions. */
struct group_table *group_table;