Skip to content

Commit

Permalink
Add port attribute to get MAC local and remote fault status
Browse files Browse the repository at this point in the history
Signed-off-by: Prince George <prgeor@microsoft.com>
  • Loading branch information
prgeor committed Aug 3, 2024
1 parent 469dc91 commit 2f120bb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions inc/saiport.h
Original file line number Diff line number Diff line change
Expand Up @@ -2528,6 +2528,22 @@ typedef enum _sai_port_attr_t
*/
SAI_PORT_ATTR_JSON_FORMATTED_DEBUG_DATA_SIZE,

/**
* @brief Query MAC local fault status
*
* @type bool
* @flags READ_ONLY
*/
SAI_PORT_ATTR_MAC_LOCAL_FAULT_STATUS,

/**
* @brief Query MAC remote fault status
*
* @type bool
* @flags READ_ONLY
*/
SAI_PORT_ATTR_MAC_REMOTE_FAULT_STATUS,

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

0 comments on commit 2f120bb

Please sign in to comment.