From ee4dc6fc0f66baee7cdb284c1d4a62f5686bd2eb Mon Sep 17 00:00:00 2001 From: bingwang Date: Fri, 3 Feb 2023 18:23:56 +0000 Subject: [PATCH] Define ACL_TABLE and ACL_RULE table in STATE_DB --- common/schema.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/schema.h b/common/schema.h index 5087a53f2..15856eefc 100644 --- a/common/schema.h +++ b/common/schema.h @@ -493,6 +493,10 @@ namespace swss { #define STATE_VNET_MONITOR_TABLE_NAME "VNET_MONITOR_TABLE" +// ACL table and ACL rule table +#define STATE_ACL_TABLE_TABLE_NAME "ACL_TABLE_TABLE" +#define STATE_ACL_RULE_TABLE_NAME "ACL_RULE_TABLE" + /***** MISC *****/ #define IPV4_NAME "IPv4"