Skip to content

Commit 0ac9ddf

Browse files
committed
Added missing enable=True to acl_action_data_t in IPv6NextHdrTest (saiacl module)
Signed-off-by: Kandankarunai Thiruppathi <[email protected]>
1 parent 114ede5 commit 0ac9ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ptf/saiacl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4798,7 +4798,7 @@ def aclIPv6NextHdrTest(self, table_stage):
47984798

47994799
packet_action = sai_thrift_acl_action_data_t(
48004800
parameter=sai_thrift_acl_action_parameter_t(
4801-
s32=SAI_PACKET_ACTION_DROP))
4801+
s32=SAI_PACKET_ACTION_DROP), enable=True)
48024802

48034803
field_ipv6_next_header = sai_thrift_acl_field_data_t(
48044804
data=sai_thrift_acl_field_data_data_t(u8=ipv6_next_header),

0 commit comments

Comments
 (0)