We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f8139 commit 5086a43Copy full SHA for 5086a43
counterpoll/main.py
@@ -483,7 +483,7 @@ def show():
483
data.append(["FLOW_CNT_ROUTE_STAT", route_info.get("POLL_INTERVAL", DEFLT_10_SEC),
484
route_info.get("FLEX_COUNTER_STATUS", DISABLE)])
485
486
- if is_dpu(config_db) and eni_info:
+ if is_dpu(configdb) and eni_info:
487
data.append(["ENI_STAT", eni_info.get("POLL_INTERVAL", DEFLT_10_SEC),
488
eni_info.get("FLEX_COUNTER_STATUS", DISABLE)])
489
0 commit comments