Skip to content

Commit

Permalink
openflow: Add OpenFlow1.5 group desc request.
Browse files Browse the repository at this point in the history
Signed-off-by: Minoru TAKAHASHI <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
takahashiminoru authored and blp committed Jul 31, 2015
1 parent 7448d54 commit 1bc331d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions include/openflow/openflow-1.5.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,13 @@ struct ofp15_group_mod {
};
OFP_ASSERT(sizeof(struct ofp15_group_mod) == 16);

/* Body for ofp15_multipart_request of type OFPMP_GROUP_DESC. */
struct ofp15_group_desc_request {
ovs_be32 group_id; /* All groups if OFPG_ALL. */
uint8_t pad[4]; /* Align to 64 bits. */
};
OFP_ASSERT(sizeof(struct ofp15_group_desc_request) == 8);

/* Body of reply to OFPMP_GROUP_DESC request. */
struct ofp15_group_desc_stats {
ovs_be16 length; /* Length of this entry. */
Expand Down

0 comments on commit 1bc331d

Please sign in to comment.