From 5b9682eea4497fa9b6a9beb2496aa2865494f1e3 Mon Sep 17 00:00:00 2001 From: Mastah <47922716+Shaigai21@users.noreply.github.com> Date: Tue, 20 Jan 2026 17:40:41 +0300 Subject: [PATCH] Change default value of ACL Counter attribute According to notes above, Byte Counter should be created by default. Signed-off-by: Mastah --- inc/saiacl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/saiacl.h b/inc/saiacl.h index 5ebfd6cb8..6786c6b74 100644 --- a/inc/saiacl.h +++ b/inc/saiacl.h @@ -3436,7 +3436,7 @@ typedef enum _sai_acl_counter_attr_t * * @type bool * @flags CREATE_ONLY - * @default false + * @default true */ SAI_ACL_COUNTER_ATTR_ENABLE_BYTE_COUNT,