-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
07f0a8a
commit 08dbf6b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-swss
updated
16 files
+4 −0 | .gitignore | |
+11 −0 | orchagent/aclorch.cpp | |
+83 −35 | orchagent/muxorch.cpp | |
+2 −2 | orchagent/muxorch.h | |
+21 −14 | orchagent/neighorch.cpp | |
+1 −1 | orchagent/notifications.cpp | |
+4 −1 | orchagent/notifications.h | |
+37 −0 | orchagent/portsorch.cpp | |
+40 −2 | orchagent/saihelper.cpp | |
+1 −0 | tests/dvslib/dvs_vlan.py | |
+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 | |
+499 −0 | tests/mock_tests/mux_rollback_ut.cpp | |
+1 −0 | tests/mock_tests/ut_saihelper.cpp | |
+11 −0 | tests/test_port.py |