Skip to content

Commit

Permalink
SAI 1.3 header changes (sonic-net#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
prsunny authored and lguohan committed Jul 5, 2018
1 parent 22bb2cd commit 19f9108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchagent/crmorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ string CrmOrch::getCrmAclKey(sai_acl_stage_t stage, sai_acl_bind_point_type_t bi
case SAI_ACL_BIND_POINT_TYPE_VLAN:
key += ":VLAN";
break;
case SAI_ACL_BIND_POINT_TYPE_ROUTER_INTFERFACE:
case SAI_ACL_BIND_POINT_TYPE_ROUTER_INTERFACE:
key += ":RIF";
break;
case SAI_ACL_BIND_POINT_TYPE_SWITCH:
Expand Down

0 comments on commit 19f9108

Please sign in to comment.