Skip to content

Commit 9728462

Browse files
authored
Corrected configDB name for neigh table (sonic-net#251)
1 parent 6decc65 commit 9728462

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/schema.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ namespace swss {
165165
#define CFG_VXLAN_TUNNEL_TABLE_NAME "VXLAN_TUNNEL"
166166
#define CFG_VXLAN_TUNNEL_MAP_TABLE_NAME "VXLAN_TUNNEL_MAP"
167167
#define CFG_VNET_TABLE_NAME "VNET"
168-
#define CFG_NEIGH_TABLE_NAME "NEIGH_TABLE"
168+
#define CFG_NEIGH_TABLE_NAME "NEIGH"
169169

170170
/***** STATE DATABASE *****/
171171

0 commit comments

Comments
 (0)