Skip to content

Commit d3abf15

Browse files
authored
[consumer_table_pops]: Support Stats ST Capability query (#1000)
Support new OPs for stats stream telemetry capability query: https://github.com/opencomputeproject/SAI/blob/d158311e4f239f0f9f8cabab073a10dbab82a848/inc/saiobject.h#L308-L319 Signed-off-by: Ze Gan <ganze718@gmail.com>
1 parent 8c39835 commit d3abf15

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

common/consumer_table_pops.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ for i = n, 1, -3 do
9191
op == 'object_type_get_availability_query' or
9292
op == 'object_type_get_availability_response' or
9393
op == 'stats_capability_query' or
94-
op == 'stats_capability_response' then
94+
op == 'stats_capability_response' or
95+
op == 'stats_st_capability_query' or
96+
op == 'stats_st_capability_response' then
9597

9698
-- do not modify db entries when spotted those commands, they are used to
9799
-- trigger actions or get data synchronously from database

0 commit comments

Comments
 (0)