Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions common/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,17 @@ namespace swss {
#define STATE_PORT_PERIPHERAL_TABLE "PORT_PERIPHERAL_TABLE"
#define STATE_BUFFER_POOL_TABLE_NAME "BUFFER_POOL_TABLE"
#define STATE_BUFFER_PROFILE_TABLE_NAME "BUFFER_PROFILE_TABLE"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this line


/* event management data */
#define EVENT_PUBSUB_TABLE_NAME "EVENTPUBSUB"
#define EVENT_HISTORY_TABLE_NAME "EVENT"
#define EVENT_CURRENT_ALARM_TABLE_NAME "ALARM"
#define EVENT_STATS_TABLE_NAME "EVENT_STATS"
#define EVENT_ALARM_STATS_TABLE_NAME "ALARM_STATS"
/* event profile table */
#define EVENT_EVPROFILE_TABLE_NAME "EVPROFILE_TABLE"

/***** MISC *****/

#define IPV4_NAME "IPv4"
Expand Down