Skip to content

Commit

Permalink
Add existing data from TRANSCEIVER_INFO table
Browse files Browse the repository at this point in the history
Signed-off-by: Stepan Blyschak <[email protected]>
  • Loading branch information
stepanblyschak committed Mar 14, 2024
1 parent 0c62091 commit 275bc65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orchagent/portsorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3391,6 +3391,7 @@ 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);

return true;
}
Expand Down

0 comments on commit 275bc65

Please sign in to comment.