Skip to content
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
15 changes: 15 additions & 0 deletions inc/saiswitch.h
Original file line number Diff line number Diff line change
Expand Up @@ -2819,6 +2819,21 @@ typedef enum _sai_switch_attr_t
*/
SAI_SWITCH_ATTR_CREDIT_WD_TIMER,

/**
* @brief Fabric chassis isolation setting.
*
* true: Trigger the switch isolate process
* false: Undo the isolation operation.
* This attribute is for Fabric Chassis only
* If this attribute is set to true, it overrides port level isolation setting.
*
* @type bool
* @flags CREATE_AND_SET
* @default false
* @validonly SAI_SWITCH_ATTR_TYPE == SAI_SWITCH_TYPE_FABRIC
*/
SAI_SWITCH_ATTR_SWITCH_ISOLATE,

/**
* @brief End of attributes
*/
Expand Down