Skip to content

Commit

Permalink
Merge pull request #1 from r12f/cherry-pick-962
Browse files Browse the repository at this point in the history
[202412][PR:962] [schema] add SRv6 config db tables
  • Loading branch information
r12f authored Jan 25, 2025
2 parents e3262f1 + 2facd2b commit feae0ae
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 @@ -483,6 +483,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 feae0ae

Please sign in to comment.