Skip to content

Commit

Permalink
Added new PORT_OPERR_TABLE table in STATE_DB (#941)
Browse files Browse the repository at this point in the history
Signed-off-by: Prince George <[email protected]>
  • Loading branch information
prgeor authored Nov 4, 2024
1 parent ace2080 commit bd0f2eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ namespace swss {
#define STATE_ACL_STAGE_CAPABILITY_TABLE_NAME "ACL_STAGE_CAPABILITY_TABLE"
#define STATE_PBH_CAPABILITIES_TABLE_NAME "PBH_CAPABILITIES"
#define STATE_PORT_TABLE_NAME "PORT_TABLE"
#define STATE_PORT_OPER_ERR_TABLE_NAME "PORT_OPERR_TABLE"
#define STATE_LAG_TABLE_NAME "LAG_TABLE"
#define STATE_VLAN_TABLE_NAME "VLAN_TABLE"
#define STATE_VLAN_MEMBER_TABLE_NAME "VLAN_MEMBER_TABLE"
Expand Down

0 comments on commit bd0f2eb

Please sign in to comment.