We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18841b3 commit 3a57b41Copy full SHA for 3a57b41
1 file changed
inc/saimirror.h
@@ -394,6 +394,15 @@ typedef enum _sai_mirror_session_attr_t
394
*/
395
SAI_MIRROR_SESSION_ATTR_GRE_HEADER_FIRST_16BIT,
396
397
+ /**
398
+ * @brief Label attribute used to uniquely identify mirror session.
399
+ *
400
+ * @type char
401
+ * @flags CREATE_AND_SET
402
+ * @default ""
403
+ */
404
+ SAI_MIRROR_SESSION_ATTR_LABEL,
405
+
406
/**
407
* @brief End of attributes
408
0 commit comments