Skip to content

Commit

Permalink
[bfdorch] Orchagent support hardware BFD (sonic-net#1883)
Browse files Browse the repository at this point in the history
What I did
Implement bfdorch to program hardware BFD sessions via bfd SAI.
Add vs test for bfd sessions.

Why I did it
To support hardware BFD.

How I verified it
Configure hardware BFD sessions on virtual switches and physical devices and confirm the BFD session is programmed.
  • Loading branch information
shi-su committed Nov 10, 2021
1 parent 15074ac commit 8119ec0
Show file tree
Hide file tree
Showing 12 changed files with 971 additions and 4 deletions.
3 changes: 2 additions & 1 deletion orchagent/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ orchagent_SOURCES = \
isolationgrouporch.cpp \
muxorch.cpp \
macsecorch.cpp \
lagid.cpp
lagid.cpp \
bfdorch.cpp

orchagent_SOURCES += flex_counter/flex_counter_manager.cpp flex_counter/flex_counter_stat_manager.cpp
orchagent_SOURCES += debug_counter/debug_counter.cpp debug_counter/drop_counter.cpp
Expand Down
Loading

0 comments on commit 8119ec0

Please sign in to comment.