Skip to content

Commit

Permalink
Add support for attribute capability query in lua script (sonic-net#362)
Browse files Browse the repository at this point in the history
* Add support for attribute capability query in lua script

* Rename query_response to response
  • Loading branch information
kcudnik authored Jul 3, 2020
1 parent 4e50be7 commit f58ea1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/consumer_table_pops.lua
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ for i = n, 1, -3 do
op == 'notify' or
op == 'get_stats' or
op == 'clear_stats' or
op == 'attribute_capability_query' or
op == 'attribute_capability_response' or
op == 'attr_enum_values_capability_query' or
op == 'attr_enum_values_capability_response' or
op == 'object_type_get_availability_query' or
Expand Down

0 comments on commit f58ea1e

Please sign in to comment.