Skip to content

Commit e138b7c

Browse files
authored
Extension Range for SAI Hash
1 parent 96143ee commit e138b7c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

inc/saiswitch.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,11 @@ typedef enum _sai_hash_algorithm_t
208208
/** Combination of CRC and XOR based hash algorithm */
209209
SAI_HASH_ALGORITHM_CRC_XOR = 6,
210210

211+
/** Custom range base value */
212+
SAI_HASH_ALGORITHM_CUSTOM_RANGE_START = 0x00000100,
213+
214+
/** End of custom range base */
215+
SAI_HASH_ALGORITHM_CUSTOM_RANGE_END
211216
} sai_hash_algorithm_t;
212217

213218
/**

0 commit comments

Comments
 (0)