forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update sonic-swss submodule pointer (#2)
Signed-off-by: Vivek Reddy <vkarri@nvidia.com>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-swss
updated
17 files
+1 −0 | configure.ac | |
+4 −2 | orchagent/bufferorch.cpp | |
+15 −0 | orchagent/intfsorch.cpp | |
+0 −4 | orchagent/main.cpp | |
+21 −0 | orchagent/neighorch.cpp | |
+19 −0 | orchagent/portsorch.cpp | |
+4 −0 | orchagent/portsorch.h | |
+12 −0 | orchagent/routeorch.cpp | |
+2 −0 | tests/mock_tests/Makefile.am | |
+1 −0 | tests/mock_tests/flowcounterrouteorch_ut.cpp | |
+305 −0 | tests/mock_tests/mock_orch_test.h | |
+25 −0 | tests/mock_tests/mock_sai_api.cpp | |
+34 −36 | tests/mock_tests/mock_sai_api.h | |
+45 −298 | tests/mock_tests/mux_rollback_ut.cpp | |
+198 −0 | tests/mock_tests/neighorch_ut.cpp | |
+33 −0 | tests/mock_tests/routeorch_ut.cpp | |
+3 −0 | tests/test_vnet.py |