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 Mar 4, 2023
1 parent 1b369ab commit 06ffb51
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 @@ -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"

/***** PROFILE DATABASE *****/

#define PROFILE_DELETE_TABLE "PROFILE_DELETE"
Expand Down

0 comments on commit 06ffb51

Please sign in to comment.