Skip to content

Commit

Permalink
Add an attribute used to specify external My MAC entry that will
Browse files Browse the repository at this point in the history
be used in place of any implicit entry created during RIF processing
  • Loading branch information
Kishore Gummadidala committed Nov 7, 2024
1 parent c49d7e3 commit b68a3df
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions inc/sairouterinterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,19 @@ typedef enum _sai_router_interface_attr_t
*/
SAI_ROUTER_INTERFACE_ATTR_SELECTIVE_COUNTER_LIST,

/**
* @brief Attribute used to specify external My MAC entry that will
* be used in place of any implicit entry created during RIF processing
* for this {port, vlan, MAC address}
*
* @type sai_object_id_t
* @flags CREATE_ONLY
* @objects SAI_OBJECT_TYPE_MY_MAC
* @allownull true
* @default SAI_NULL_OBJECT_ID
*/
SAI_ROUTER_INTERFACE_ATTR_MY_MAC,

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

0 comments on commit b68a3df

Please sign in to comment.