Skip to content

Commit

Permalink
Add transceiver info to bake only if supported
Browse files Browse the repository at this point in the history
  • Loading branch information
dgsudharsan committed May 10, 2024
1 parent 837e467 commit 185a1f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions orchagent/portsorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3397,8 +3397,10 @@ bool PortsOrch::bake()
addExistingData(APP_LAG_MEMBER_TABLE_NAME);
addExistingData(APP_VLAN_TABLE_NAME);
addExistingData(APP_VLAN_MEMBER_TABLE_NAME);
addExistingData(STATE_TRANSCEIVER_INFO_TABLE_NAME);

if (saiHwTxSignalSupported && saiTxReadyNotifySupported)
{
addExistingData(STATE_TRANSCEIVER_INFO_TABLE_NAME);
}
return true;
}

Expand Down

0 comments on commit 185a1f6

Please sign in to comment.