Skip to content

Commit 4d437de

Browse files
committed
Add is_eni_mac_dst_mac
Signed-off-by: Junhua Zhai <junhua.zhai@outlook.com>
1 parent c0c337d commit 4d437de

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

experimental/saiexperimentaldashflow.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,11 @@ typedef struct _sai_flow_entry_t
141141
*/
142142
sai_uint16_t dst_port;
143143

144+
/**
145+
* @brief Exact matched key is_eni_mac_dst_mac
146+
*/
147+
bool is_eni_mac_dst_mac;
148+
144149
} sai_flow_entry_t;
145150

146151
/**

0 commit comments

Comments
 (0)