Skip to content

Commit

Permalink
Merge pull request #1 from Azure/master
Browse files Browse the repository at this point in the history
Add support for attribute capability query in lua script (sonic-net#362)
  • Loading branch information
shi-su authored Jul 17, 2020
2 parents 4e50be7 + f58ea1e commit 8a3cd04
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 8a3cd04

Please sign in to comment.