Skip to content

Commit

Permalink
Define ACL_TABLE and ACL_RULE table in STATE_DB (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
bingwang-ms authored and yxieca committed Mar 8, 2023
1 parent 41fcad8 commit 1fdeb9e
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 @@ -469,6 +469,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"
Expand Down

0 comments on commit 1fdeb9e

Please sign in to comment.