Skip to content

Commit 95c4771

Browse files
committed
NHG with Unequal Cost Members
Signed-off-by: JaiOCP <jai.kumar@broadcom.com> NHG with UECMP Signed-off-by: JaiOCP <jai.kumar@broadcom.com>
1 parent c8f0fe9 commit 95c4771

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

inc/sainexthopgroup.h

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,19 @@ typedef enum _sai_next_hop_group_attr_t
359359
*/
360360
SAI_NEXT_HOP_GROUP_ATTR_ADMIN_ROLE,
361361

362+
/**
363+
* @brief This attribute indicates the nexthop group members weights
364+
*
365+
* NOS must query this attribute for the support.
366+
* False: All members are with equal cost
367+
* True: Members are configured with unequal cost
368+
*
369+
* @type bool
370+
* @flags CREATE_ONLY
371+
* @default false
372+
*/
373+
SAI_NEXT_HOP_GROUP_ATTR_MEMBERS_WITH_UNEQUAL_WEIGHTS,
374+
362375
/**
363376
* @brief End of attributes
364377
*/

0 commit comments

Comments
 (0)