Skip to content

Commit

Permalink
Update saiipmcgroup.h
Browse files Browse the repository at this point in the history
Took care of review comments

Signed-off-by: Manali Holankar <manali.holankar@gmail.com>
@mholankar
  • Loading branch information
mholankar committed Jul 19, 2024
1 parent 1f2799d commit 24b23a7
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions inc/saiipmcgroup.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,24 +93,11 @@ typedef enum _sai_ipmc_group_member_attr_t
* @brief IPMC output id
*
* @type sai_object_id_t
* @flags CREATE_ONLY
* @objects SAI_OBJECT_TYPE_ROUTER_INTERFACE, SAI_OBJECT_TYPE_TUNNEL
* @allownull true
* @default SAI_NULL_OBJECT_ID
* @flags MANDATORY_ON_CREATE | CREATE_ONLY
* @objects SAI_OBJECT_TYPE_ROUTER_INTERFACE, SAI_OBJECT_TYPE_TUNNEL, SAI_OBJECT_TYPE_NEXT_HOP
*/
SAI_IPMC_GROUP_MEMBER_ATTR_IPMC_OUTPUT_ID,

/**
* @brief Next Hop Object ID if present over-rides the IPMC_OUTPUT_ID
*
* @type sai_object_id_t
* @flags CREATE_ONLY
* @objects SAI_OBJECT_TYPE_NEXT_HOP
* @allownull true
* @default SAI_NULL_OBJECT_ID
*/
SAI_IPMC_GROUP_MEMBER_ATTR_NEXT_HOP,

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

0 comments on commit 24b23a7

Please sign in to comment.