Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion inc/saiswitch.h
Original file line number Diff line number Diff line change
Expand Up @@ -3626,7 +3626,7 @@ typedef enum _sai_switch_stat_t
* @note This value needs to be incremented whenever a new switch attribute key
* is added.
*/
#define SAI_SWITCH_ATTR_MAX_KEY_COUNT 16
#define SAI_SWITCH_ATTR_MAX_KEY_COUNT 17

/*
* List of switch attributes keys that can be set using key=value
Expand Down Expand Up @@ -3692,6 +3692,11 @@ typedef enum _sai_switch_stat_t
*/
#define SAI_KEY_INIT_CONFIG_FILE "SAI_INIT_CONFIG_FILE"

/**
* @def SAI_KEY_NHG_HIERARCHICAL_NEXTHOP
*/
Comment thread
JaiOCP marked this conversation as resolved.
#define SAI_KEY_NHG_HIERARCHICAL_NEXTHOP "SAI_NHG_HIERARCHICAL_NEXTHOP"

/**
* @def SAI_KEY_BOOT_TYPE
*
Expand Down