-
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 sonic-swss (#14567)
Update swss commits: c161027 - 2023-04-07 : [202012] overlay_dmac change in Vnet configuration. (#2724) [siqbal1986] 50be4e3 - 2023-04-05 : [202012][mux]: Implement rollback for failed mux switchovers (#2716) [Lawrence Lee] 637e4c7 - 2023-03-30 : [202012] Fix orchagent missing request when logrotate happens (#2718) [Prince Sunny]
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-swss
updated
14 files
+10 −0 | .gitignore | |
+5 −0 | orchagent/aclorch.cpp | |
+83 −35 | orchagent/muxorch.cpp | |
+2 −2 | orchagent/muxorch.h | |
+23 −16 | orchagent/neighorch.cpp | |
+0 −1 | orchagent/orchdaemon.cpp | |
+36 −0 | orchagent/vnetorch.cpp | |
+9 −2 | orchagent/vnetorch.h | |
+1 −0 | tests/mock_tests/Makefile.am | |
+6 −0 | tests/mock_tests/mock_orchagent_main.h | |
+149 −0 | tests/mock_tests/mock_sai_api.h | |
+487 −0 | tests/mock_tests/mux_rollback_ut.cpp | |
+1 −0 | tests/mock_tests/ut_saihelper.cpp | |
+106 −1 | tests/test_vnet.py |