Skip to content

Commit

Permalink
Revert "[voq][chassis]Add show fabric counters port/queue commands (#…
Browse files Browse the repository at this point in the history
…2522)"

This reverts commit beaac71.
  • Loading branch information
arlakshm authored Jan 10, 2023
1 parent 4ac9ad9 commit 5003987
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions orchagent/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -708,8 +708,9 @@ int main(int argc, char **argv)
if (gMySwitchType == "voq")
{
orchDaemon->setFabricEnabled(true);
orchDaemon->setFabricPortStatEnabled(true);
orchDaemon->setFabricQueueStatEnabled(true);
// SAI doesn't fully support counters for non fabric asics
orchDaemon->setFabricPortStatEnabled(false);
orchDaemon->setFabricQueueStatEnabled(false);
}
}
else
Expand Down

0 comments on commit 5003987

Please sign in to comment.