summaryrefslogtreecommitdiff
path: root/include/openflow
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2018-05-09 17:03:56 -0700
committerBen Pfaff <blp@ovn.org>2018-05-17 08:16:06 -0700
commit7b809df9529d32f61e5b501366ae1f99ed84c9e5 (patch)
tree67804f011bc4ccf93a2430f5cf9ef3afbf85495d /include/openflow
parent720c104c93ecb3954890a4b25bf03af668026f63 (diff)
downloadopenvswitch-7b809df9529d32f61e5b501366ae1f99ed84c9e5.tar.gz
Add OpenFlow extensions for group support in OpenFlow 1.0.
Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Justin Pettit <jpettit@ovn.org>
Diffstat (limited to 'include/openflow')
-rw-r--r--include/openflow/openflow-1.5.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/openflow/openflow-1.5.h b/include/openflow/openflow-1.5.h
index d9b867cf2..c146052af 100644
--- a/include/openflow/openflow-1.5.h
+++ b/include/openflow/openflow-1.5.h
@@ -77,12 +77,11 @@ struct ofp15_bucket {
64-bit aligned. */
ovs_be16 action_array_len; /* Length of all actions in bytes. */
ovs_be32 bucket_id; /* Bucket Id used to identify bucket*/
- /* Followed by exactly len - 8 bytes of group bucket properties. */
/* Followed by:
* - Exactly 'action_array_len' bytes containing an array of
* struct ofp_action_*.
* - Zero or more bytes of group bucket properties to fill out the
- * overall length in header.length. */
+ * overall length in 'len'. */
};
OFP_ASSERT(sizeof(struct ofp15_bucket) == 8);