Skip to content

Commit eae99a5

Browse files
format
1 parent f2e9985 commit eae99a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orchagent/portsorch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7586,7 +7586,7 @@ bool PortsOrch::addLag(string lag_alias, uint32_t spa_id, int32_t switch_id)
75867586
switch_id = gVoqMySwitchId;
75877587
system_lag_alias = gMyHostName + "|" + gMyAsicName + "|" + lag_alias;
75887588

7589-
if (gMultiAsicVoq)
7589+
if (gMultiAsicVoq)
75907590
{
75917591
// Allocate unique lag id
75927592
spa_id = m_lagIdAllocator->lagIdAdd(system_lag_alias, 0);

0 commit comments

Comments
 (0)