Skip to content

Commit fc60105

Browse files
committed
Fixed error on pipeline
Signed-off-by: Ruslan Valovyi <[email protected]>
1 parent e8ee26a commit fc60105

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

inc/saibridge.h

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)