diff --git a/inc/saiswitch.h b/inc/saiswitch.h index ca9da7096..ddf86fd64 100644 --- a/inc/saiswitch.h +++ b/inc/saiswitch.h @@ -208,6 +208,11 @@ typedef enum _sai_hash_algorithm_t /** Combination of CRC and XOR based hash algorithm */ SAI_HASH_ALGORITHM_CRC_XOR = 6, + /** Custom range base value */ + SAI_HASH_ALGORITHM_CUSTOM_RANGE_START = 0x00000100, + + /** End of custom range base */ + SAI_HASH_ALGORITHM_CUSTOM_RANGE_END } sai_hash_algorithm_t; /**