From c53bdbcc6cc16887faf9ef957df1cf29f823a72c Mon Sep 17 00:00:00 2001 From: Mike Beresford Date: Tue, 16 Feb 2021 16:54:41 -0800 Subject: [PATCH] Add IPv6 flow label hash attribute. --- inc/saihash.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/saihash.h b/inc/saihash.h index e4897658b3..a6310a27cc 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,