Skip to content

Commit 9d1ca01

Browse files
author
Kishore Gummadidala
committed
Add label attribute used to uniquely identify next-hop-group.
Signed-off-by: Kishore Gummadidala <kishorg@google.com>
1 parent f9b1ddd commit 9d1ca01

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
@@ -290,6 +290,15 @@ typedef enum _sai_next_hop_group_attr_t
290290
*/
291291
SAI_NEXT_HOP_GROUP_ATTR_HASH_ALGORITHM,
292292

293+
/**
294+
* @brief Label attribute used to uniquely identify next-hop-group.
295+
*
296+
* @type char
297+
* @flags CREATE_AND_SET
298+
* @default ""
299+
*/
300+
SAI_NEXT_HOP_GROUP_ATTR_LABEL,
301+
293302
/**
294303
* @brief End of attributes
295304
*/

0 commit comments

Comments
 (0)