Skip to content

Commit

Permalink
Remove END of attribute from attr map set (sonic-net#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik authored and lguohan committed Oct 4, 2016
1 parent 5372d8d commit 6239368
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion meta/sai_meta_sanity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ std::unordered_map<int32_t, std::unordered_map<int32_t, std::string>> get_attr_n
ATTR_MAP_SET(ACL_TABLE,SAI_ACL_TABLE_ATTR_PRIORITY);
ATTR_MAP_SET(ACL_TABLE,SAI_ACL_TABLE_ATTR_SIZE);
ATTR_MAP_SET(ACL_TABLE,SAI_ACL_TABLE_ATTR_GROUP_ID);
ATTR_MAP_SET(ACL_TABLE,SAI_ACL_TABLE_ATTR_END);
ATTR_MAP_SET(ACL_TABLE,SAI_ACL_TABLE_ATTR_FIELD_SRC_IPv6);
ATTR_MAP_SET(ACL_TABLE,SAI_ACL_TABLE_ATTR_FIELD_DST_IPv6);
ATTR_MAP_SET(ACL_TABLE,SAI_ACL_TABLE_ATTR_FIELD_SRC_MAC);
Expand Down

0 comments on commit 6239368

Please sign in to comment.