Skip to content

Commit

Permalink
Fine Grained ECMP schema changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anish-n committed Jun 4, 2020
1 parent 2c7354b commit 112fbf3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,10 @@ namespace swss {
#define CFG_STP_VLAN_PORT_TABLE_NAME "STP_VLAN_PORT"
#define CFG_STP_PORT_TABLE_NAME "STP_PORT"

#define CFG_FG_NHG "FG_NHG"
#define CFG_FG_NHG_PREFIX "FG_NHG_PREFIX"
#define CFG_FG_NHG_MEMBER "FG_NHG_MEMBER"

/***** STATE DATABASE *****/

#define STATE_SWITCH_CAPABILITY_TABLE_NAME "SWITCH_CAPABILITY_TABLE"
Expand Down

0 comments on commit 112fbf3

Please sign in to comment.