Skip to content

Commit

Permalink
[schema] add SRv6 config db tables (#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 Jan 8, 2025
1 parent c872f42 commit 12c428e
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 @@ -485,6 +485,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 12c428e

Please sign in to comment.