Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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