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 2d6975d commit 4307506Copy full SHA for 4307506
vslib/SwitchBCM81724.cpp
@@ -58,6 +58,11 @@ sai_status_t SwitchBCM81724::create_port_dependencies(
58
59
CHECK_STATUS(set(SAI_OBJECT_TYPE_PORT, port_id, &attr));
60
61
+ attr.id = SAI_PORT_ATTR_PORT_SERDES_ID;
62
+ attr.value.oid = SAI_NULL_OBJECT_ID;
63
+
64
+ CHECK_STATUS(set(SAI_OBJECT_TYPE_PORT, port_id, &attr));
65
66
return SAI_STATUS_SUCCESS;
67
}
68
@@ -273,6 +278,7 @@ sai_status_t SwitchBCM81724::refresh_read_only(
273
278
*/
274
279
275
280
case SAI_PORT_ATTR_OPER_STATUS:
281
+ case SAI_PORT_ATTR_PORT_SERDES_ID:
276
282
277
283
284
case SAI_PORT_ATTR_OPER_SPEED:
0 commit comments