File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments