Skip to content

Commit

Permalink
Copp changes (sonic-net#358)
Browse files Browse the repository at this point in the history
Co-authored-by: dgsudharsan <[email protected]>
  • Loading branch information
Sudharsan D.G and dgsudharsan authored Jun 29, 2020
1 parent c76d3b3 commit 4e50be7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions common/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,11 @@ namespace swss {

#define CFG_RATES_TABLE_NAME "RATES"

#define CFG_FEATURE_TABLE_NAME "FEATURE"

#define CFG_COPP_TRAP_TABLE_NAME "COPP_TRAP"
#define CFG_COPP_GROUP_TABLE_NAME "COPP_GROUP"

#define CFG_FG_NHG "FG_NHG"
#define CFG_FG_NHG_PREFIX "FG_NHG_PREFIX"
#define CFG_FG_NHG_MEMBER "FG_NHG_MEMBER"
Expand Down Expand Up @@ -283,6 +288,10 @@ namespace swss {
#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"

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

#define IPV4_NAME "IPv4"
Expand Down

0 comments on commit 4e50be7

Please sign in to comment.