Skip to content

Commit 8a3cd04

Browse files
authored
Merge pull request #1 from Azure/master
Add support for attribute capability query in lua script (sonic-net#362)
2 parents 4e50be7 + f58ea1e commit 8a3cd04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common/consumer_table_pops.lua

+2
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ for i = n, 1, -3 do
8383
op == 'notify' or
8484
op == 'get_stats' or
8585
op == 'clear_stats' or
86+
op == 'attribute_capability_query' or
87+
op == 'attribute_capability_response' or
8688
op == 'attr_enum_values_capability_query' or
8789
op == 'attr_enum_values_capability_response' or
8890
op == 'object_type_get_availability_query' or

0 commit comments

Comments
 (0)