Skip to content

Commit da7a037

Browse files
author
Kumaresh Perumal
authored
Add SRV6 APP tables (#538)
*New APP_DB table for SRV6 SID LIST *New APP_DB table for SRV6 MY_SID
1 parent 85dd2d6 commit da7a037

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

common/schema.h

+3
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ namespace swss {
108108

109109
#define APP_NEIGH_RESOLVE_TABLE_NAME "NEIGH_RESOLVE_TABLE"
110110

111+
#define APP_SRV6_SID_LIST_TABLE_NAME "SRV6_SID_LIST_TABLE"
112+
#define APP_SRV6_MY_SID_TABLE_NAME "SRV6_MY_SID_TABLE"
113+
111114
/***** TO BE REMOVED *****/
112115

113116
#define APP_TC_TO_QUEUE_MAP_TABLE_NAME "TC_TO_QUEUE_MAP_TABLE"

0 commit comments

Comments
 (0)