Skip to content

Commit 2fe2327

Browse files
anilkpandeylguohan
authored andcommitted
adding FDB table in CFG db (#303)
1 parent 2018880 commit 2fe2327

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/schema.h

+1
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ namespace swss {
142142
#define CFG_LAG_MEMBER_TABLE_NAME "PORTCHANNEL_MEMBER"
143143
#define CFG_VLAN_TABLE_NAME "VLAN"
144144
#define CFG_VLAN_MEMBER_TABLE_NAME "VLAN_MEMBER"
145+
#define CFG_FDB_TABLE_NAME "FDB"
145146
#define CFG_SWITCH_TABLE_NAME "SWITCH"
146147
#define CFG_VRF_TABLE_NAME "VRF"
147148
#define CFG_CRM_TABLE_NAME "CRM"

0 commit comments

Comments
 (0)