Skip to content

Commit

Permalink
openflow: Add OpenFlow1.5 port 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 1806291 commit 0a33723
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -126,6 +126,7 @@ Martino Fornasa [email protected]
Maryam Tahhan [email protected]
Mehak Mahajan [email protected]
Mijo Safradin [email protected]
Minoru TAKAHASHI [email protected]
Murphy McCauley [email protected]
Natasha Gude [email protected]
Neil McKee [email protected]
7 changes: 7 additions & 0 deletions include/openflow/openflow-1.5.h
Original file line number Diff line number Diff line change
@@ -39,6 +39,13 @@

#include <openflow/openflow-common.h>

/* Body for ofp15_multipart_request of type OFPMP_PORT_DESC. */
struct ofp15_port_desc_request {
ovs_be32 port_no; /* All ports if OFPP_ANY. */
uint8_t pad[4]; /* Align to 64 bits. */
};
OFP_ASSERT(sizeof(struct ofp15_port_desc_request) == 8);

/* Group commands */
enum ofp15_group_mod_command {
/* Present since OpenFlow 1.1 - 1.4 */

0 comments on commit 0a33723

Please sign in to comment.