Skip to content

Commit 0294376

Browse files
[orchagent] NVGRE Tunnel orchestration agent implementation (sonic-net#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 <[email protected]>
1 parent ce88696 commit 0294376

File tree

7 files changed

+1141
-2
lines changed

7 files changed

+1141
-2
lines changed

orchagent/Makefile.am

+2-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ orchagent_SOURCES = \
9292
lagid.cpp \
9393
bfdorch.cpp \
9494
srv6orch.cpp \
95-
response_publisher.cpp
95+
response_publisher.cpp \
96+
nvgreorch.cpp
9697

9798
orchagent_SOURCES += flex_counter/flex_counter_manager.cpp flex_counter/flex_counter_stat_manager.cpp flex_counter/flow_counter_handler.cpp
9899
orchagent_SOURCES += debug_counter/debug_counter.cpp debug_counter/drop_counter.cpp

0 commit comments

Comments
 (0)