Skip to content

Commit

Permalink
[consumer_table] Add messages for performing object availability query (
Browse files Browse the repository at this point in the history
sonic-net#314)

* Specifies a request/response message pair for sai_object_type_get_availability

Signed-off-by: Danny Allen <[email protected]>
  • Loading branch information
daall authored Oct 28, 2019
1 parent 2fe2327 commit b1375bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion common/consumer_table_pops.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ for i = n, 1, -3 do
op == 'get_stats' or
op == 'clear_stats' or
op == 'attr_enum_values_capability_query' or
op == 'attr_enum_values_capability_response' then
op == 'attr_enum_values_capability_response' or
op == 'object_type_get_availability_query' or
op == 'object_type_get_availability_response' then

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

0 comments on commit b1375bb

Please sign in to comment.