Skip to content

Commit

Permalink
Orchestration changes for Error Handling Framework
Browse files Browse the repository at this point in the history
- Receives notifications from syncd
- Process the notifications from syncd and logs the errors into error database
- Notify the status to registered applications
  • Loading branch information
sivamukka committed Oct 18, 2019
1 parent 731a8f5 commit de4feca
Show file tree
Hide file tree
Showing 12 changed files with 883 additions and 6 deletions.
3 changes: 2 additions & 1 deletion orchagent/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ orchagent_SOURCES = \
flexcounterorch.cpp \
watermarkorch.cpp \
policerorch.cpp \
chassisorch.cpp
chassisorch.cpp \
errororch.cpp

orchagent_CFLAGS = $(DBGFLAGS) $(AM_CFLAGS) $(CFLAGS_COMMON) $(CFLAGS_SAI)
orchagent_CPPFLAGS = $(DBGFLAGS) $(AM_CFLAGS) $(CFLAGS_COMMON) $(CFLAGS_SAI)
Expand Down
Loading

0 comments on commit de4feca

Please sign in to comment.