Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jcaiMR committed Feb 7, 2023
1 parent fe0e09b commit cbe9897
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions orchagent/vxlanorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2370,16 +2370,8 @@ bool EvpnRemoteVnip2pOrch::addOperation(const Request& request)

if (gPortsOrch->isVlanMember(vlanPort, tunnelPort))
{
EvpnNvoOrch* evpn_orch = gDirectory.get<EvpnNvoOrch*>();
auto vtep_ptr = evpn_orch->getEVPNVtep();
if (!vtep_ptr)
{
SWSS_LOG_WARN("Remote VNI add: VTEP not found. remote=%s vid=%d",
remote_vtep.c_str(),vlan_id);
return true;
}
SWSS_LOG_WARN("tunnelPort %s already member of vid %d",
remote_vtep.c_str(),vlan_id);
remote_vtep.c_str(),vlan_id);
vtep_ptr->increment_spurious_imr_add(remote_vtep);
return true;
}
Expand Down

0 comments on commit cbe9897

Please sign in to comment.