Skip to content

Commit

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

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

0 comments on commit 076f63e

Please sign in to comment.