Skip to content

Commit 681ba13

Browse files
authored
[aclorch]: remove SAI_ACL_TABLE_ATTR_FIELD_TC from data/mirror acl type (sonic-net#504)
Signed-off-by: Sihui Han <[email protected]>
1 parent 410b870 commit 681ba13

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

orchagent/aclorch.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -1058,10 +1058,6 @@ bool AclTable::create()
10581058
attr.value.booldata = true;
10591059
table_attrs.push_back(attr);
10601060

1061-
attr.id = SAI_ACL_TABLE_ATTR_FIELD_TC;
1062-
attr.value.booldata = true;
1063-
table_attrs.push_back(attr);
1064-
10651061
if(stage == ACL_STAGE_INGRESS)
10661062
{
10671063
attr.id = SAI_ACL_TABLE_ATTR_FIELD_ACL_RANGE_TYPE;

0 commit comments

Comments
 (0)