Skip to content

Commit

Permalink
[orchagent] NVGRE Tunnel orchestration agent implementation (sonic-ne…
Browse files Browse the repository at this point in the history
…t#1953)

- What I did
Implemented the NVGRE Tunnel orchestration agent according to the - SONiC NVGRE Tunnel HLD

- Why I did it
Part of the NVGRE feature support.

- How I verified it
Implemented VS test.

Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
  • Loading branch information
vadymhlushko-mlnx authored and dprital committed May 8, 2022
1 parent 7aa65d0 commit 43a3424
Show file tree
Hide file tree
Showing 7 changed files with 1,141 additions and 2 deletions.
3 changes: 2 additions & 1 deletion orchagent/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ orchagent_SOURCES = \
lagid.cpp \
bfdorch.cpp \
srv6orch.cpp \
response_publisher.cpp
response_publisher.cpp \
nvgreorch.cpp

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

0 comments on commit 43a3424

Please sign in to comment.