Skip to content

Commit 0a92ede

Browse files
author
Kishore Gummadidala
committed
Add label attribute used to uniquely identify next-hop-group.
1 parent 6168071 commit 0a92ede

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

inc/sainexthopgroup.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,15 @@ typedef enum _sai_next_hop_group_attr_t
279279
*/
280280
SAI_NEXT_HOP_GROUP_ATTR_NEXT_HOP_MEMBER_COUNTER_LIST,
281281

282+
/**
283+
* @brief Label attribute used to uniquely identify next-hop-group.
284+
*
285+
* @type char
286+
* @flags CREATE_AND_SET
287+
* @default ""
288+
*/
289+
SAI_NEXT_HOP_GROUP_ATTR_LABEL,
290+
282291
/**
283292
* @brief End of attributes
284293
*/

0 commit comments

Comments
 (0)