We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114ede5 commit 0ac9ddfCopy full SHA for 0ac9ddf
ptf/saiacl.py
@@ -4798,7 +4798,7 @@ def aclIPv6NextHdrTest(self, table_stage):
4798
4799
packet_action = sai_thrift_acl_action_data_t(
4800
parameter=sai_thrift_acl_action_parameter_t(
4801
- s32=SAI_PACKET_ACTION_DROP))
+ s32=SAI_PACKET_ACTION_DROP), enable=True)
4802
4803
field_ipv6_next_header = sai_thrift_acl_field_data_t(
4804
data=sai_thrift_acl_field_data_data_t(u8=ipv6_next_header),
0 commit comments