Skip to content

Commit 53b84c7

Browse files
authored
Add default route table name to State DB (#543)
* Add route table name to State DB
1 parent 5ae334e commit 53b84c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common/schema.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,8 @@ namespace swss {
415415
#define STATE_BUFFER_PROFILE_TABLE_NAME "BUFFER_PROFILE_TABLE"
416416
#define STATE_DHCPv6_COUNTER_TABLE_NAME "DHCPv6_COUNTER_TABLE"
417417

418-
#define STATE_BFD_SESSION_TABLE "BFD_SESSION_TABLE"
418+
#define STATE_BFD_SESSION_TABLE_NAME "BFD_SESSION_TABLE"
419+
#define STATE_ROUTE_TABLE_NAME "ROUTE_TABLE"
419420

420421
/***** MISC *****/
421422

0 commit comments

Comments
 (0)