Skip to content

Commit 2716679

Browse files
authored
saiacl.h: change default attr value
According to notes above, Byte Counter should be created by default.
1 parent c72635e commit 2716679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/saiacl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3436,7 +3436,7 @@ typedef enum _sai_acl_counter_attr_t
34363436
*
34373437
* @type bool
34383438
* @flags CREATE_ONLY
3439-
* @default false
3439+
* @default true
34403440
*/
34413441
SAI_ACL_COUNTER_ATTR_ENABLE_BYTE_COUNT,
34423442

0 commit comments

Comments
 (0)