From d3ede477662f9f21cc48268fe544c1987fd95c3f Mon Sep 17 00:00:00 2001 From: Hrachya Mughnetsyan Date: Tue, 14 Jun 2016 14:45:45 -0700 Subject: [PATCH] [swss-common] Introduction of COPP table *Added COPP table name to scheme.h Signed-off-by: hrachya@mellanox.com --- common/scheme.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/scheme.h b/common/scheme.h index 2211f66d7..4943ef39f 100644 --- a/common/scheme.h +++ b/common/scheme.h @@ -27,6 +27,7 @@ namespace swss { #define APP_BUFFER_PG_TABLE_NAME "BUFFER_PG_TABLE" #define APP_BUFFER_PORT_INGRESS_PROFILE_LIST_NAME "BUFFER_PORT_INGRESS_PROFILE_LIST" #define APP_BUFFER_PORT_EGRESS_PROFILE_LIST_NAME "BUFFER_PORT_EGRESS_PROFILE_LIST" +#define APP_COPP_TABLE_NAME "COPP_TABLE" #define IPV4_NAME "IPv4" #define IPV6_NAME "IPv6"