Skip to content

Commit b6bbc3e

Browse files
authored
Revert "[voq][chassis]Add show fabric counters port/queue commands (#2522)" (#2611)
This reverts commit beaac71. Reverts sonic-net/sonic-swss#2522 Fixes #13324
1 parent 52406e2 commit b6bbc3e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

orchagent/main.cpp

+3-2
Original file line numberDiff line numberDiff line change
@@ -708,8 +708,9 @@ int main(int argc, char **argv)
708708
if (gMySwitchType == "voq")
709709
{
710710
orchDaemon->setFabricEnabled(true);
711-
orchDaemon->setFabricPortStatEnabled(true);
712-
orchDaemon->setFabricQueueStatEnabled(true);
711+
// SAI doesn't fully support counters for non fabric asics
712+
orchDaemon->setFabricPortStatEnabled(false);
713+
orchDaemon->setFabricQueueStatEnabled(false);
713714
}
714715
}
715716
else

0 commit comments

Comments
 (0)