Skip to content

Commit 3eb1414

Browse files
authored
Add DASH ENI HA operational flow owner attribute (#2281)
This ENI attribute is supported in the DPU driven HA mode of operation and indicates which of the HA paired DPUs is the operational owner for flows belonging to the ENI. The operational owner can be different from the configured HA owner in case of HA failover.
1 parent 40c5a49 commit 3eb1414

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

experimental/saiexperimentaldasheni.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,14 @@ typedef enum _sai_eni_attr_t
565565
*/
566566
SAI_ENI_ATTR_DASH_ENI_MODE,
567567

568+
/**
569+
* @brief HA flow ownership operational status
570+
*
571+
* @type bool
572+
* @flags READ_ONLY
573+
*/
574+
SAI_ENI_ATTR_IS_OPERATIONAL_HA_FLOW_OWNER,
575+
568576
/**
569577
* @brief End of attributes
570578
*/

0 commit comments

Comments
 (0)