commit | c6cc2ae911b944cd13c84271fbf5abbcca7ff4d2 | [log] [tgz] |
---|---|---|
author | Rob Vaterlaus <rob.vaterlaus@bigswitch.com> | Tue Sep 24 20:09:51 2013 -0700 |
committer | Rob Vaterlaus <rob.vaterlaus@bigswitch.com> | Tue Sep 24 20:09:51 2013 -0700 |
tree | 0a43126d8e8e443bde9389a45c0b73984ef5eba8 | |
parent | fbd5b6b089dd23097de40980ae1fb65f81b0364e [diff] |
Added wire type to ofp_nicira_controller_role enum
diff --git a/openflow_input/nicira_role b/openflow_input/nicira_role index f451d42..0df8742 100644 --- a/openflow_input/nicira_role +++ b/openflow_input/nicira_role
@@ -27,7 +27,7 @@ #version 1 -enum ofp_nicira_controller_role { +enum ofp_nicira_controller_role(wire_type=uint32_t) { NX_ROLE_OTHER = 0, NX_ROLE_MASTER = 1, NX_ROLE_SLAVE = 2,