-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[submodule] Update submodule sonic-swss to the latest HEAD automatically
- Loading branch information
1 parent
d04b81c
commit 4146b41
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-swss
updated
11 files
+6 −0 | .gitignore | |
+11 −0 | orchagent/aclorch.cpp | |
+83 −35 | orchagent/muxorch.cpp | |
+2 −2 | orchagent/muxorch.h | |
+21 −14 | orchagent/neighorch.cpp | |
+40 −2 | orchagent/saihelper.cpp | |
+1 −0 | tests/mock_tests/Makefile.am | |
+3 −0 | tests/mock_tests/mock_orchagent_main.h | |
+149 −0 | tests/mock_tests/mock_sai_api.h | |
+489 −0 | tests/mock_tests/mux_rollback_ut.cpp | |
+1 −0 | tests/mock_tests/ut_saihelper.cpp |