Skip to content

Commit

Permalink
add state db entry for fgnhg route entry (sonic-net#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
weixchen1215 authored and Kavin Kamaraj committed Jan 21, 2021
1 parent f8ea2bb commit fe82d2b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions common/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,13 @@ namespace swss {
#define STATE_DEBUG_COUNTER_CAPABILITIES_NAME "DEBUG_COUNTER_CAPABILITIES"
#define STATE_NAT_RESTORE_TABLE_NAME "NAT_RESTORE_TABLE"


#define STATE_STP_TABLE_NAME "STP_TABLE"

#define STATE_COPP_GROUP_TABLE_NAME "COPP_GROUP_TABLE"
#define STATE_COPP_TRAP_TABLE_NAME "COPP_TRAP_TABLE"
#define STATE_FG_ROUTE_TABLE_NAME "FG_ROUTE_TABLE"

/***** MISC *****/

#define IPV4_NAME "IPv4"
Expand Down

0 comments on commit fe82d2b

Please sign in to comment.