summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJarno Rajahalme <jarno@ovn.org>2016-07-29 16:52:04 -0700
committerJarno Rajahalme <jarno@ovn.org>2016-07-29 16:52:04 -0700
commit5aacc3e2b9473af3882ed8c99b2976680889d631 (patch)
tree937c1bfc335b20b87dca51ed13ba8f06a4afcdf0 /include
parent25070e045e06b00b95ec71d846944feacd121555 (diff)
downloadopenvswitch-5aacc3e2b9473af3882ed8c99b2976680889d631.tar.gz
ofp-util: remove flow mod's delete_reason.
We can use the rule's removed_reason instead. Signed-off-by: Jarno Rajahalme <jarno@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'include')
-rw-r--r--include/openvswitch/ofp-util.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/openvswitch/ofp-util.h b/include/openvswitch/ofp-util.h
index c2dfe9da5..177bf2be8 100644
--- a/include/openvswitch/ofp-util.h
+++ b/include/openvswitch/ofp-util.h
@@ -325,9 +325,6 @@ struct ofputil_flow_mod {
uint16_t importance; /* Eviction precedence. */
struct ofpact *ofpacts; /* Series of "struct ofpact"s. */
size_t ofpacts_len; /* Length of ofpacts, in bytes. */
-
- /* Reason for delete; ignored for non-delete commands */
- enum ofp_flow_removed_reason delete_reason;
};
enum ofperr ofputil_decode_flow_mod(struct ofputil_flow_mod *,