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 a08584b commit 0e2c038Copy full SHA for 0e2c038
inc/sainexthopgroup.h
@@ -299,6 +299,17 @@ typedef enum _sai_next_hop_group_attr_t
299
*/
300
SAI_NEXT_HOP_GROUP_ATTR_LABEL,
301
302
+ /**
303
+ * @brief Weighted multi path configuration mode.
304
+ * false: Nexthop group is programmed with repeated member entries proportional to their weight
305
+ * true: Nexthop group is programmed with switch native configuration
306
+ *
307
+ * @type bool
308
+ * @flags CREATE_AND_SET
309
+ * @default false
310
+ */
311
+ SAI_NEXT_HOP_GROUP_ATTR_NATIVE_WCMP,
312
+
313
/**
314
* @brief End of attributes
315
0 commit comments