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.
[submodule] Update submodule sonic-swss to the latest HEAD automatica…
…lly (sonic-net#15635) #### Why I did it src/sonic-swss ``` * a67f684f - (HEAD -> master, origin/master, origin/HEAD) [hash]: Implement GH backend (sonic-net#2598) (3 hours ago) [Nazarii Hnydyn] ``` #### How I did it #### How to verify it #### Description for the changelog
- Loading branch information
1 parent
4449d47
commit bacba1f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-swss
updated
17 files
+3 −0 | orchagent/Makefile.am | |
+3 −1 | orchagent/orchdaemon.cpp | |
+2 −0 | orchagent/p4orch/tests/Makefile.am | |
+3 −0 | orchagent/p4orch/tests/test_main.cpp | |
+354 −0 | orchagent/switch/switch_capabilities.cpp | |
+68 −0 | orchagent/switch/switch_capabilities.h | |
+28 −0 | orchagent/switch/switch_container.h | |
+142 −0 | orchagent/switch/switch_helper.cpp | |
+27 −0 | orchagent/switch/switch_helper.h | |
+25 −0 | orchagent/switch/switch_schema.h | |
+213 −5 | orchagent/switchorch.cpp | |
+27 −0 | orchagent/switchorch.h | |
+2 −0 | tests/mock_tests/Makefile.am | |
+2 −0 | tests/mock_tests/aclorch_ut.cpp | |
+1 −0 | tests/mock_tests/mock_orchagent_main.h | |
+1 −0 | tests/mock_tests/ut_saihelper.cpp | |
+174 −0 | tests/test_hash.py |