Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Telemetry Alarm and Event tables. #527

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
10 changes: 10 additions & 0 deletions common/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,16 @@ namespace swss {

#define APP_NEIGH_RESOLVE_TABLE_NAME "NEIGH_RESOLVE_TABLE"

#define APP_ISIS_ROUTER_LSP_STATE "ISIS_ROUTER_LSP_STATE"

#define APP_ISIS_CIRCUIT_INDICATION "ISIS_CIRCUIT_INDICATION"
#define APP_ISIS_ADJACENCY_CHANGE "ISIS_ADJACENCY_CHANGE"
#define APP_ISIS_DATABASE_OVERLOAD_ALARM "ISIS_DATABASE_OVERLOAD_ALARM"
#define APP_ISIS_HELLO_AUTH_FAILURE "ISIS_HELLO_AUTH_FAILURE"
#define APP_GLOBAL_SID_COLLISION_ALARM "GLOBAL_SID_COLLISION_ALARM"
#define APP_SID_OUT_OF_RANGE_LOCAL_ALARM "SID_OUT_OF_RANGE_LOCAL_ALARM"
#define APP_SID_OUT_OF_RANGE_ALARM "SID_OUT_OF_RANGE_ALARM"

/***** TO BE REMOVED *****/

#define APP_TC_TO_QUEUE_MAP_TABLE_NAME "TC_TO_QUEUE_MAP_TABLE"
Expand Down