We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59e4d57 commit b8bade4Copy full SHA for b8bade4
1 file changed
experimental/saiexperimentaldasheni.h
@@ -545,6 +545,17 @@ typedef enum _sai_eni_attr_t
545
*/
546
SAI_ENI_ATTR_REVERSE_TUNNEL_SIP,
547
548
+ /**
549
+ * @brief Action parameter flow table id
550
+ *
551
+ * @type sai_object_id_t
552
+ * @flags CREATE_AND_SET
553
+ * @objects SAI_OBJECT_TYPE_FLOW_TABLE
554
+ * @allownull true
555
+ * @default SAI_NULL_OBJECT_ID
556
+ */
557
+ SAI_ENI_ATTR_FLOW_TABLE_ID,
558
+
559
/**
560
* @brief End of attributes
561
0 commit comments