Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ namespace swss {
#define CFG_VXLAN_TUNNEL_TABLE_NAME "VXLAN_TUNNEL"
#define CFG_VXLAN_TUNNEL_MAP_TABLE_NAME "VXLAN_TUNNEL_MAP"
#define CFG_VNET_TABLE_NAME "VNET"
#define CFG_VRF_TABLE_NAME "VRF"
#define CFG_NEIGH_TABLE_NAME "NEIGH_TABLE"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove _TABLE since we do not have _TABLE suffix in config db.


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

Expand Down