diff --git a/inc/saiipmcgroup.h b/inc/saiipmcgroup.h index d8531f02b..a7757780a 100644 --- a/inc/saiipmcgroup.h +++ b/inc/saiipmcgroup.h @@ -80,6 +80,15 @@ typedef enum _sai_ipmc_group_attr_t */ SAI_IPMC_GROUP_ATTR_IPMC_OUTPUT_LIST, + /** + * @brief Label attribute used to uniquely identify IPMC-group. + * + * @type char + * @flags CREATE_AND_SET + * @default "" + */ + SAI_IPMC_GROUP_ATTR_LABEL, + /** * @brief End of attributes */ diff --git a/inc/sail2mcgroup.h b/inc/sail2mcgroup.h index d96b6210c..640cff191 100644 --- a/inc/sail2mcgroup.h +++ b/inc/sail2mcgroup.h @@ -60,6 +60,15 @@ typedef enum _sai_l2mc_group_attr_t */ SAI_L2MC_GROUP_ATTR_L2MC_MEMBER_LIST, + /** + * @brief Label attribute used to uniquely identify L2MC-group. + * + * @type char + * @flags CREATE_AND_SET + * @default "" + */ + SAI_L2MC_GROUP_ATTR_LABEL, + /** * @brief End of attributes */ diff --git a/inc/sainexthop.h b/inc/sainexthop.h index b87490da2..22042632a 100644 --- a/inc/sainexthop.h +++ b/inc/sainexthop.h @@ -269,6 +269,15 @@ typedef enum _sai_next_hop_attr_t */ SAI_NEXT_HOP_ATTR_META_DATA, + /** + * @brief Label attribute used to uniquely identify next-hop. + * + * @type char + * @flags CREATE_AND_SET + * @default "" + */ + SAI_NEXT_HOP_ATTR_LABEL, + /** * @brief End of attributes */