Skip to content

Commit 1aaf468

Browse files
MACSec SAI Attribute enhancements
Signed-off-by: rushanmu <rushanmu@cisco.com>
1 parent 2ae435f commit 1aaf468

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

inc/saimacsec.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -986,24 +986,24 @@ typedef enum _sai_macsec_sa_attr_t
986986
SAI_MACSEC_SC_ATTR_CONFIDENTIALITY_OFFSET,
987987

988988
/**
989-
* @brief Single Copy Broadcast bit in the generated SecTAG
989+
* @brief End Station bit in the TCI field of SecTAG
990990
*
991991
* @type bool
992992
* @flags CREATE_AND_SET
993993
* @default false
994994
* @validonly SAI_MACSEC_SC_ATTR_MACSEC_DIRECTION == SAI_MACSEC_DIRECTION_EGRESS
995995
*/
996-
SAI_MACSEC_SC_ATTR_USE_SCB,
996+
SAI_MACSEC_SC_ATTR_USE_ES,
997997

998998
/**
999-
* @brief End Station bit in the generated SecTAG
999+
* @brief Single Copy Broadcast bit in the TCI field of SecTAG
10001000
*
10011001
* @type bool
10021002
* @flags CREATE_AND_SET
10031003
* @default false
10041004
* @validonly SAI_MACSEC_SC_ATTR_MACSEC_DIRECTION == SAI_MACSEC_DIRECTION_EGRESS
10051005
*/
1006-
SAI_MACSEC_SC_ATTR_USE_ES,
1006+
SAI_MACSEC_SC_ATTR_USE_SCB,
10071007

10081008
/**
10091009
* @brief End of MACsec Secure Association attributes

0 commit comments

Comments
 (0)