From 7b809df9529d32f61e5b501366ae1f99ed84c9e5 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 9 May 2018 17:03:56 -0700 Subject: Add OpenFlow extensions for group support in OpenFlow 1.0. Signed-off-by: Ben Pfaff Acked-by: Justin Pettit --- include/openflow/openflow-1.5.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/openflow') 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); -- cgit v1.2.1