summaryrefslogtreecommitdiff
path: root/include/openvswitch/ofp-msgs.h
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@ovn.org>2016-08-18 14:09:41 -0700
committerJustin Pettit <jpettit@ovn.org>2016-09-23 12:06:59 -0700
commit2a7c4805a76d5a06f28346e1cf992c57b1c8871d (patch)
tree45a8d647675d6ddf8d19a352af26f18823a0040b /include/openvswitch/ofp-msgs.h
parent14338f2263f5242f5caa3f97831961836e8891b8 (diff)
downloadopenvswitch-2a7c4805a76d5a06f28346e1cf992c57b1c8871d.tar.gz
Add OpenFlow command to flush conntrack table entries.
Signed-off-by: Justin Pettit <jpettit@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'include/openvswitch/ofp-msgs.h')
-rw-r--r--include/openvswitch/ofp-msgs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/openvswitch/ofp-msgs.h b/include/openvswitch/ofp-msgs.h
index 8dab85894..ffb88b332 100644
--- a/include/openvswitch/ofp-msgs.h
+++ b/include/openvswitch/ofp-msgs.h
@@ -468,6 +468,9 @@ enum ofpraw {
/* NXT 1.0+ (28): uint8_t[8][]. */
OFPRAW_NXT_RESUME,
+ /* NXT 1.0+ (29): struct nx_zone_id. */
+ OFPRAW_NXT_CT_FLUSH_ZONE,
+
/* NXST 1.0+ (3): void. */
OFPRAW_NXST_IPFIX_BRIDGE_REQUEST,
@@ -707,6 +710,7 @@ enum ofptype {
OFPTYPE_IPFIX_BRIDGE_STATS_REPLY, /* OFPRAW_NXST_IPFIX_BRIDGE_REPLY */
OFPTYPE_IPFIX_FLOW_STATS_REQUEST, /* OFPRAW_NXST_IPFIX_FLOW_REQUEST */
OFPTYPE_IPFIX_FLOW_STATS_REPLY, /* OFPRAW_NXST_IPFIX_FLOW_REPLY */
+ OFPTYPE_CT_FLUSH_ZONE, /* OFPRAW_NXT_CT_FLUSH_ZONE. */
/* Flow monitor extension. */
OFPTYPE_FLOW_MONITOR_CANCEL, /* OFPRAW_NXT_FLOW_MONITOR_CANCEL. */