Skip to content

Commit

Permalink
[aclorch]: remove SAI_ACL_TABLE_ATTR_FIELD_TC from data/mirror acl ty…
Browse files Browse the repository at this point in the history
…pe (#504)

Signed-off-by: Sihui Han <sihan@microsoft.com>
  • Loading branch information
sihuihan88 authored May 16, 2018
1 parent 410b870 commit 681ba13
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions orchagent/aclorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1058,10 +1058,6 @@ bool AclTable::create()
attr.value.booldata = true;
table_attrs.push_back(attr);

attr.id = SAI_ACL_TABLE_ATTR_FIELD_TC;
attr.value.booldata = true;
table_attrs.push_back(attr);

if(stage == ACL_STAGE_INGRESS)
{
attr.id = SAI_ACL_TABLE_ATTR_FIELD_ACL_RANGE_TYPE;
Expand Down

0 comments on commit 681ba13

Please sign in to comment.