Skip to content

Commit

Permalink
Add IPv6 flow label hash attribute. (#1192)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Beresford <mberes@google.com>
  • Loading branch information
mikeberesford committed Mar 9, 2021
1 parent cbc9562 commit f092ef1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inc/saihash.h
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ typedef enum _sai_native_hash_field_t
/** Native hash field fifth MPLS label from the top */
SAI_NATIVE_HASH_FIELD_MPLS_LABEL_4,

/** Native hash field IPv6 flow label */
SAI_NATIVE_HASH_FIELD_IPV6_FLOW_LABEL,

/** No field - for compatibility, must be last */
SAI_NATIVE_HASH_FIELD_NONE,

Expand Down

0 comments on commit f092ef1

Please sign in to comment.