Skip to content

Commit 12c428e

Browse files
authored
[schema] add SRv6 config db tables (#962)
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]>
1 parent c872f42 commit 12c428e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

common/schema.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,9 @@ namespace swss {
485485
#define CFG_PAC_GLOBAL_CONFIG_TABLE "PAC_GLOBAL_CONFIG_TABLE"
486486
#define CFG_PAC_HOSTAPD_GLOBAL_CONFIG_TABLE "HOSTAPD_GLOBAL_CONFIG_TABLE"
487487

488+
#define CFG_SRV6_MY_SID_TABLE_NAME "SRV6_MY_SIDS"
489+
#define CFG_SRV6_MY_LOCATOR_TABLE_NAME "SRV6_MY_LOCATORS"
490+
488491
/***** STATE DATABASE *****/
489492

490493
#define STATE_SWITCH_CAPABILITY_TABLE_NAME "SWITCH_CAPABILITY"

0 commit comments

Comments
 (0)