Skip to content

Commit

Permalink
[202412_RC][schema] add SRv6 config db tables (sonic-net#962)
Browse files Browse the repository at this point in the history
Add the following table names to the schema.h:

CFG_SRV6_MY_SID_TABLE_NAME
CFG_SRV6_MY_LOCATOR_TABLE_NAME

Signed-off-by: Yakiv Huryk <[email protected]>
  • Loading branch information
Yakiv-Huryk authored and dgsudharsan committed Jan 24, 2025
1 parent a2b69de commit fd25755
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,9 @@ namespace swss {
#define CFG_PAC_GLOBAL_CONFIG_TABLE "PAC_GLOBAL_CONFIG_TABLE"
#define CFG_PAC_HOSTAPD_GLOBAL_CONFIG_TABLE "HOSTAPD_GLOBAL_CONFIG_TABLE"

#define CFG_SRV6_MY_SID_TABLE_NAME "SRV6_MY_SIDS"
#define CFG_SRV6_MY_LOCATOR_TABLE_NAME "SRV6_MY_LOCATORS"

/***** STATE DATABASE *****/

#define STATE_SWITCH_CAPABILITY_TABLE_NAME "SWITCH_CAPABILITY"
Expand Down

0 comments on commit fd25755

Please sign in to comment.