Skip to content

Commit 7693545

Browse files
Adding custom range base for SAI_ACL_ACTION_TYPE (#2232)
Signed-off-by: Dhruvkumar Patel <pdhruvkumarr@marvell.com>
1 parent 9b0b374 commit 7693545

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

inc/saiacl.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,9 @@ typedef enum _sai_acl_action_type_t
324324
/** Bind a TAM object */
325325
SAI_ACL_ACTION_TYPE_TAM_OBJECT = 0x0000003d,
326326

327+
/** Custom range base value */
328+
SAI_ACL_ACTION_TYPE_CUSTOM_RANGE_BASE = 0x10000000
329+
327330
} sai_acl_action_type_t;
328331

329332
/**

0 commit comments

Comments
 (0)