Skip to content

Commit

Permalink
Add VLAN_SUB_INTERFACE in CONFIG_DB schema (#284)
Browse files Browse the repository at this point in the history
* Update sub port interface CONFIG_DB schema name as per community
discussion

Signed-off-by: Wenda Ni <wenni@microsoft.com>
  • Loading branch information
wendani authored and lguohan committed Sep 3, 2019
1 parent 036a5d3 commit e455891
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ namespace swss {
#define CFG_MGMT_INTERFACE_TABLE_NAME "MGMT_INTERFACE"
#define CFG_LAG_INTF_TABLE_NAME "PORTCHANNEL_INTERFACE"
#define CFG_VLAN_INTF_TABLE_NAME "VLAN_INTERFACE"
#define CFG_VLAN_SUB_INTF_TABLE_NAME "VLAN_SUB_INTERFACE"

#define CFG_LAG_TABLE_NAME "PORTCHANNEL"
#define CFG_LAG_MEMBER_TABLE_NAME "PORTCHANNEL_MEMBER"
Expand Down

0 comments on commit e455891

Please sign in to comment.