From 082134cc0b743872b01a615092542403282436a3 Mon Sep 17 00:00:00 2001 From: Shuotian Cheng Date: Thu, 30 Mar 2017 13:21:25 -0700 Subject: [PATCH] [schema]: Add VLAN_MEMBER_TABLE and LAG_MEMBER_TABLE Signed-off-by: Shuotian Cheng --- common/schema.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/schema.h b/common/schema.h index b60e743bd..03b8af8a8 100644 --- a/common/schema.h +++ b/common/schema.h @@ -10,7 +10,9 @@ namespace swss { #define APP_PORT_TABLE_NAME "PORT_TABLE" #define APP_VLAN_TABLE_NAME "VLAN_TABLE" +#define APP_VLAN_MEMBER_TABLE_NAME "VLAN_MEMBER_TABLE" #define APP_LAG_TABLE_NAME "LAG_TABLE" +#define APP_LAG_MEMBER_TABLE_NAME "LAG_MEMBER_TABLE" #define APP_INTF_TABLE_NAME "INTF_TABLE" #define APP_NEIGH_TABLE_NAME "NEIGH_TABLE" #define APP_ROUTE_TABLE_NAME "ROUTE_TABLE"