-
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
53be9de
commit f0fe605
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-swss
updated
14 files
+2 −0 | .azure-pipelines/build-template.yml | |
+2 −0 | .azure-pipelines/gcov.yml | |
+59 −8 | orchagent/copporch.cpp | |
+12 −2 | orchagent/copporch.h | |
+18 −0 | orchagent/dash/dashaclgroupmgr.cpp | |
+42 −0 | tests/create_appliance.py | |
+2 −2 | tests/gcov_support.sh | |
+2 −0 | tests/mock_tests/Makefile.am | |
+79 −1 | tests/mock_tests/copporch_ut.cpp | |
+5 −0 | tests/mock_tests/portal.h | |
+106 −0 | tests/mock_tests/warmrestarthelper_ut.cpp | |
+35 −0 | tests/test_dash_acl.py | |
+104 −0 | tests/test_zmq.py | |
+13 −14 | warmrestart/warmRestartHelper.cpp |