Skip to content

Commit

Permalink
Fix bug: NeighOrch waits for router interface ready (sonic-net#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiluo-msft authored Aug 30, 2018
1 parent 58a6447 commit e2e35e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchagent/neighorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ void NeighOrch::doTask(Consumer &consumer)
if (!p.m_rif_id)
{
SWSS_LOG_INFO("Router interface doesn't exist on %s", alias.c_str());
it = consumer.m_toSync.erase(it);
it++;
continue;
}

Expand Down

0 comments on commit e2e35e3

Please sign in to comment.