Skip to content

Commit

Permalink
Remove mandatory flag on the attribute TAM DESP
Browse files Browse the repository at this point in the history
Signed-off-by: Ze Gan <[email protected]>
  • Loading branch information
Pterosaur committed Jan 24, 2025
1 parent dc64a51 commit 65ef6d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion inc/saitam.h
Original file line number Diff line number Diff line change
Expand Up @@ -1871,9 +1871,12 @@ typedef enum _sai_tam_collector_attr_t

/**
* @brief DSCP value
* If DSCP value cannot be set on the target transport protocol, such as GENETLINK,
* this value will be set to 0 and ignored.
*
* @type sai_uint8_t
* @flags MANDATORY_ON_CREATE | CREATE_AND_SET
* @flags CREATE_AND_SET
* @default 0
*/
SAI_TAM_COLLECTOR_ATTR_DSCP_VALUE,

Expand Down

0 comments on commit 65ef6d5

Please sign in to comment.