Skip to content

Commit

Permalink
[meta]: Fix metadata_sai_acl_bind_point_t_enum_values_count to 5 (son…
Browse files Browse the repository at this point in the history
…ic-net#161)

Signed-off-by: Shuotian Cheng <shuche@microsoft.com>
  • Loading branch information
Shuotian Cheng authored and kcudnik committed Feb 17, 2017
1 parent 0bb27e8 commit 88736a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meta/sai_meta_acl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ const char* metadata_sai_acl_bind_point_t_enum_values_short_names[] = {
"ROUTER_INTF",
"SWITCH"
};
const size_t metadata_sai_acl_bind_point_t_enum_values_count = 4;
DEFINE_ENUM_METADATA(sai_acl_bind_point_t, 4);
const size_t metadata_sai_acl_bind_point_t_enum_values_count = 5;
DEFINE_ENUM_METADATA(sai_acl_bind_point_t, 5);

const char metadata_sai_acl_stage_t_enum_name[] = "sai_acl_stage_t";
const sai_acl_stage_t metadata_sai_acl_stage_t_enum_values[] = {
Expand Down

0 comments on commit 88736a1

Please # to comment.