Skip to content

Commit

Permalink
Update portsorch.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
anilkpandey committed Apr 24, 2020
1 parent a9c4b5d commit bcaeb98
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions orchagent/portsorch.cpp
Expand Up @@ -3538,11 +3538,6 @@ bool PortsOrch::addLag(string lag_alias)
PortUpdate update = { lag, true };
notify(SUBJECT_TYPE_PORT_CHANGE, static_cast<void *>(&update));

FieldValueTuple tuple(lag_alias, sai_serialize_object_id(lag_id));
vector<FieldValueTuple> fields;
fields.push_back(tuple);
m_counterLagTable->set("", fields);

return true;
}

Expand Down

0 comments on commit bcaeb98

Please sign in to comment.