Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dashha] Correct SAI_HA_SCOPE_ATTR_HA_SET_ID type #2068

Merged
merged 1 commit into from
Aug 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions experimental/saiexperimentaldashha.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ typedef enum _sai_ha_set_attr_t
} sai_ha_set_attr_t;

/**
* @brief Counter IDs for HA SET
* @brief Counter IDs for HA set
*/
typedef enum _sai_ha_set_stat_t
{
Expand Down Expand Up @@ -231,10 +231,11 @@ typedef enum _sai_ha_scope_attr_t
/**
* @brief Action parameter HA set id
*
* @type sai_uint16_t
* @type sai_object_id_t
* @flags CREATE_AND_SET
* @isvlan true
* @default 0
* @objects SAI_OBJECT_TYPE_HA_SET
* @allownull true
* @default SAI_NULL_OBJECT_ID
*/
SAI_HA_SCOPE_ATTR_HA_SET_ID = SAI_HA_SCOPE_ATTR_START,

Expand Down
Loading