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
13 changes: 13 additions & 0 deletions inc/saiipmc.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,19 @@ typedef enum _sai_ipmc_entry_attr_t
*/
SAI_IPMC_ENTRY_ATTR_RPF_GROUP_ID,

/**
* @brief Attach a counter
*
* When it is empty, then packet hits won't be counted
*
* @type sai_object_id_t
* @flags CREATE_AND_SET
* @objects SAI_OBJECT_TYPE_COUNTER
* @allownull true
* @default SAI_NULL_OBJECT_ID
*/
SAI_IPMC_ENTRY_ATTR_COUNTER_ID,

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