Skip to content

Commit

Permalink
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
Browse files Browse the repository at this point in the history
mssonicbld committed Dec 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent b9a3252 commit 4ef5277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic-swss
Submodule sonic-swss updated 49 files
+9 −12 .azure-pipelines/build-template.yml
+7 −3 .azure-pipelines/docker-sonic-vs/Dockerfile
+187 −0 .azure-pipelines/docker-sonic-vs/start.sh
+25 −23 .github/workflows/codeql-analysis.yml
+73 −31 README.md
+33 −67 azure-pipelines.yml
+5 −1 cfgmgr/buffer_pool_mellanox.lua
+4 −2 cfgmgr/vlanmgr.cpp
+1 −1 debian/rules
+1 −1 mclagsyncd/mclaglink.cpp
+1 −1 mclagsyncd/mclaglink.h
+1 −1 orchagent/Makefile.am
+3 −3 orchagent/aclorch.cpp
+50 −10 orchagent/bufferorch.cpp
+1 −0 orchagent/bufferorch.h
+33 −0 orchagent/bulker.h
+2 −2 orchagent/copporch.cpp
+10 −5 orchagent/dash/dashorch.cpp
+12 −6 orchagent/dash/dashvnetorch.cpp
+4 −4 orchagent/flexcounterorch.cpp
+2 −1 orchagent/mplsrouteorch.cpp
+160 −11 orchagent/neighorch.cpp
+6 −2 orchagent/neighorch.h
+2 −1 orchagent/nhgorch.cpp
+4 −4 orchagent/orch.cpp
+1 −1 orchagent/orch.h
+2 −2 orchagent/orchdaemon.cpp
+21 −0 orchagent/p4orch/tests/mock_sai_next_hop.h
+2 −0 orchagent/p4orch/tests/next_hop_manager_test.cpp
+0 −0 orchagent/pfc_detect_marvell_prestera.lua
+11 −23 orchagent/portsorch.cpp
+1 −0 orchagent/portsorch.h
+49 −2 orchagent/routeorch.cpp
+2 −0 orchagent/routeorch.h
+120 −16 orchagent/vnetorch.cpp
+21 −5 tests/README.md
+2 −2 tests/conftest.py
+0 −1 tests/dash/dash_configs.py
+1 −0 tests/dash/test_dash_vnet.py
+1 −1 tests/dvslib/dvs_acl.py
+3 −0 tests/mock_tests/aclorch_ut.cpp
+74 −0 tests/mock_tests/mock_sai_api.h
+20 −9 tests/mock_tests/mux_rollback_ut.cpp
+1 −0 tests/test_pbh.py
+2 −0 tests/test_srv6.py
+127 −0 tests/test_virtual_chassis.py
+18 −16 tests/test_vnet.py
+426 −0 tests/test_vnet2.py
+21 −7 tests/vnet_lib.py

0 comments on commit 4ef5277

Please sign in to comment.