Skip to content

Commit

Permalink
Define ACL_TABLE and ACL_RULE table in STATE_DB (#770)
Browse files Browse the repository at this point in the history
This PR is to backport change in PR #748 into 202211 branch.

HLD sonic-net/SONiC#1261
  • Loading branch information
bingwang-ms committed Apr 5, 2023
1 parent 6e4daf1 commit 2b0fb67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,10 @@ namespace swss {

#define STATE_FLOW_COUNTER_CAPABILITY_TABLE_NAME "FLOW_COUNTER_CAPABILITY_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"
Expand Down

0 comments on commit 2b0fb67

Please sign in to comment.