File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -178,16 +178,6 @@ typedef enum _sai_bridge_port_attr_t
178178 */
179179 SAI_BRIDGE_PORT_ATTR_TUNNEL_ID ,
180180
181- /**
182- * @brief Associated L2 ECMP Group
183- *
184- * @type sai_object_id_t
185- * @flags MANDATORY_ON_CREATE | CREATE_ONLY
186- * @objects SAI_OBJECT_TYPE_L2_ECMP_GROUP
187- * @condition SAI_BRIDGE_PORT_ATTR_TYPE == SAI_BRIDGE_PORT_TYPE_L2_ECMP_GROUP
188- */
189- SAI_BRIDGE_PORT_ATTR_L2_ECMP_GROUP_ID ,
190-
191181 /**
192182 * @brief Associated bridge id
193183 *
@@ -283,6 +273,16 @@ typedef enum _sai_bridge_port_attr_t
283273 */
284274 SAI_BRIDGE_PORT_ATTR_NON_DF ,
285275
276+ /**
277+ * @brief Associated L2 ECMP Group
278+ *
279+ * @type sai_object_id_t
280+ * @flags MANDATORY_ON_CREATE | CREATE_ONLY
281+ * @objects SAI_OBJECT_TYPE_L2_ECMP_GROUP
282+ * @condition SAI_BRIDGE_PORT_ATTR_TYPE == SAI_BRIDGE_PORT_TYPE_L2_ECMP_GROUP
283+ */
284+ SAI_BRIDGE_PORT_ATTR_L2_ECMP_GROUP_ID ,
285+
286286 /**
287287 * @brief End of attributes
288288 */
You can’t perform that action at this time.
0 commit comments