Skip to content

Commit

Permalink
Add IPv6 flow label hash attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeberesford committed Feb 17, 2021
1 parent 3dcf1f2 commit c53bdbc
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 c53bdbc

Please sign in to comment.