Skip to content

Commit

Permalink
countrs support for dynamic port add/remove
Browse files Browse the repository at this point in the history
  • Loading branch information
tomer-israel committed Nov 9, 2021
1 parent c364a88 commit a343a09
Show file tree
Hide file tree
Showing 4 changed files with 165 additions and 129 deletions.
2 changes: 0 additions & 2 deletions orchagent/orchdaemon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,6 @@ bool OrchDaemon::init()
m_orchList.push_back(gMlagOrch);
m_orchList.push_back(gIsoGrpOrch);
m_orchList.push_back(gFgNhgOrch);
m_orchList.push_back(mux_orch);
m_orchList.push_back(mux_cb_orch);
m_orchList.push_back(mux_st_orch);

if (m_fabricEnabled)
Expand Down
2 changes: 1 addition & 1 deletion orchagent/portsorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5681,7 +5681,7 @@ void PortsOrch::doTask(NotificationConsumer &consumer)

if (!getPort(id, port))
{
SWSS_LOG_ERROR("Failed to get port object for port id 0x%" PRIx64 ", id);
SWSS_LOG_ERROR("Failed to get port object for port id 0x%" PRIx64, id);
continue;
}

Expand Down
Loading

0 comments on commit a343a09

Please sign in to comment.