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

RO Attr (switch obj) to get a list of supported obj types #989

Merged
merged 7 commits into from
Oct 17, 2019
11 changes: 11 additions & 0 deletions inc/saiswitch.h
Original file line number Diff line number Diff line change
Expand Up @@ -1761,6 +1761,17 @@ typedef enum _sai_switch_attr_t
*/
SAI_SWITCH_ATTR_TAM_EVENT_NOTIFY,

/**
* @brief List of supported object types
*
* A list of object types (sai_object_type_t) that the SAI adapter can
* support.
*
* @type sai_s32_list_t sai_object_type_t
* @flags READ_ONLY
*/
SAI_SWITCH_ATTR_SUPPORTED_OBJECT_TYPE_LIST,

/**
* @brief Instruct SAI to execute switch pre-shutdown
*
Expand Down