Skip to content

Commit b8bade4

Browse files
committed
Add attr SAI_ENI_ATTR_FLOW_TABLE_ID
Signed-off-by: Junhua Zhai <junhua.zhai@outlook.com>
1 parent 59e4d57 commit b8bade4

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

experimental/saiexperimentaldasheni.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,17 @@ typedef enum _sai_eni_attr_t
545545
*/
546546
SAI_ENI_ATTR_REVERSE_TUNNEL_SIP,
547547

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+
548559
/**
549560
* @brief End of attributes
550561
*/

0 commit comments

Comments
 (0)