diff --git a/orchagent/aclorch.cpp b/orchagent/aclorch.cpp index 5be81efd799b..472ff70def5d 100644 --- a/orchagent/aclorch.cpp +++ b/orchagent/aclorch.cpp @@ -3216,7 +3216,7 @@ void AclOrch::initDefaultTableTypes() * | -----------------------------------------------------------------| * | MATCH_ETHERTYPE | √ | √ | | * |------------------------------------------------------------------| - * | MATCH_IN_PORTS | √ | √ | | + * | MATCH_IN_PORTS | √ | √ | √ | * |------------------------------------------------------------------| */ @@ -3277,6 +3277,7 @@ void AclOrch::initDefaultTableTypes() .withMatch(make_shared(SAI_ACL_TABLE_ATTR_FIELD_L4_SRC_PORT)) .withMatch(make_shared(SAI_ACL_TABLE_ATTR_FIELD_L4_DST_PORT)) .withMatch(make_shared(SAI_ACL_TABLE_ATTR_FIELD_TCP_FLAGS)) + .withMatch(make_shared(SAI_ACL_TABLE_ATTR_FIELD_IN_PORTS)) .withMatch(make_shared(SAI_ACL_TABLE_ATTR_FIELD_DSCP)) .withMatch(make_shared(set{ {SAI_ACL_RANGE_TYPE_L4_SRC_PORT_RANGE, SAI_ACL_RANGE_TYPE_L4_DST_PORT_RANGE}})) diff --git a/tests/test_mirror_ipv6_separate.py b/tests/test_mirror_ipv6_separate.py index 6711c345c5d0..3509619d3804 100644 --- a/tests/test_mirror_ipv6_separate.py +++ b/tests/test_mirror_ipv6_separate.py @@ -237,6 +237,7 @@ def test_MirrorV6TableCreation(self, dvs, testlog): "SAI_ACL_TABLE_ATTR_FIELD_L4_DST_PORT", "SAI_ACL_TABLE_ATTR_FIELD_TCP_FLAGS", "SAI_ACL_TABLE_ATTR_FIELD_DSCP", + "SAI_ACL_TABLE_ATTR_FIELD_IN_PORTS", "SAI_ACL_TABLE_ATTR_FIELD_OUTER_VLAN_ID" ]