From f092ef1e3ce695fc3f9552721025695312b961a2 Mon Sep 17 00:00:00 2001 From: mikeberesford <69360661+mikeberesford@users.noreply.github.com> Date: Mon, 8 Mar 2021 22:42:49 -0800 Subject: [PATCH] Add IPv6 flow label hash attribute. (#1192) Signed-off-by: Mike Beresford --- inc/saihash.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/saihash.h b/inc/saihash.h index e4897658b..a6310a27c 100644 --- a/inc/saihash.h +++ b/inc/saihash.h @@ -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,