Skip to content

Commit 64e1de4

Browse files
mint570SRAVANI KANASANI
authored andcommitted
Add SAI_IPMC_GROUP_ATTR_LABEL and SAI_NEXT_HOP_GROUP_ATTR_LABEL.
Signed-off-by: SRAVANI KANASANI <kanasanis@google.com>
1 parent f60c11f commit 64e1de4

3 files changed

Lines changed: 27 additions & 0 deletions

File tree

inc/saiipmcgroup.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,15 @@ typedef enum _sai_ipmc_group_attr_t
8080
*/
8181
SAI_IPMC_GROUP_ATTR_IPMC_OUTPUT_LIST,
8282

83+
/**
84+
* @brief Label attribute used to uniquely identify IPMC-group.
85+
*
86+
* @type char
87+
* @flags CREATE_AND_SET
88+
* @default ""
89+
*/
90+
SAI_IPMC_GROUP_ATTR_LABEL,
91+
8392
/**
8493
* @brief End of attributes
8594
*/

inc/sail2mcgroup.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,15 @@ typedef enum _sai_l2mc_group_attr_t
6060
*/
6161
SAI_L2MC_GROUP_ATTR_L2MC_MEMBER_LIST,
6262

63+
/**
64+
* @brief Label attribute used to uniquely identify L2MC-group.
65+
*
66+
* @type char
67+
* @flags CREATE_AND_SET
68+
* @default ""
69+
*/
70+
SAI_L2MC_GROUP_ATTR_LABEL,
71+
6372
/**
6473
* @brief End of attributes
6574
*/

inc/sainexthop.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,15 @@ typedef enum _sai_next_hop_attr_t
269269
*/
270270
SAI_NEXT_HOP_ATTR_META_DATA,
271271

272+
/**
273+
* @brief Label attribute used to uniquely identify next-hop.
274+
*
275+
* @type char
276+
* @flags CREATE_AND_SET
277+
* @default ""
278+
*/
279+
SAI_NEXT_HOP_ATTR_LABEL,
280+
272281
/**
273282
* @brief End of attributes
274283
*/

0 commit comments

Comments
 (0)