commit | 60472de3c9ce630487fb8c07147f1d3de2f3e476 | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Mon Apr 08 14:09:59 2013 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Mon Apr 08 14:13:51 2013 -0700 |
tree | 918f7a35d255af16c369bee570b1dbdd6b90d9ad | |
parent | 38388e6e16408022ebeeda74cd3f90ac6b94f7e4 [diff] [blame] |
openflow_input: add ofp_nicira_controller_role enum
diff --git a/openflow_input/nicira_role b/openflow_input/nicira_role index 06d7c7f..caa2c1a 100644 --- a/openflow_input/nicira_role +++ b/openflow_input/nicira_role
@@ -27,6 +27,12 @@ #version 1 +enum ofp_nicira_controller_role { + NX_ROLE_OTHER = 0, + NX_ROLE_MASTER = 1, + NX_ROLE_SLAVE = 2, +}; + struct ofp_nicira_controller_role_request { uint8_t version; uint8_t type;