Skip to content

Commit

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

This reverts commit 1e37d0e.
  • Loading branch information
arlakshm authored Jan 11, 2023
1 parent 7b3170a commit 34995f1
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 34995f1

Please sign in to comment.