summaryrefslogtreecommitdiff
path: root/zebra/zebra_dplane.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/zebra_dplane.c')
-rw-r--r--zebra/zebra_dplane.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/zebra/zebra_dplane.c b/zebra/zebra_dplane.c
index 9c252cc63c..4344a8d79a 100644
--- a/zebra/zebra_dplane.c
+++ b/zebra/zebra_dplane.c
@@ -6210,8 +6210,7 @@ int dplane_show_provs_helper(struct vty *vty, bool detailed)
in_max = atomic_load_explicit(&prov->dp_in_max,
memory_order_relaxed);
- out = atomic_load_explicit(&prov->dp_out_counter,
- memory_order_relaxed);
+ out = dplane_provider_out_ctx_queue_len(prov);
out_max = atomic_load_explicit(&prov->dp_out_max,
memory_order_relaxed);