We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8f0fe9 commit 95c4771Copy full SHA for 95c4771
1 file changed
inc/sainexthopgroup.h
@@ -359,6 +359,19 @@ typedef enum _sai_next_hop_group_attr_t
359
*/
360
SAI_NEXT_HOP_GROUP_ATTR_ADMIN_ROLE,
361
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
+
375
/**
376
* @brief End of attributes
377
0 commit comments