Skip to content

Commit

Permalink
Add show fabric counters port/queue commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jfeng-arista committed Nov 30, 2022
1 parent 1a74604 commit 6e80ec3
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 6e80ec3

Please sign in to comment.