Skip to content

Commit

Permalink
[submodule] Update submodule sonic-swss to the latest HEAD automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
mssonicbld committed Feb 13, 2025
1 parent 360d425 commit 83c0469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic-swss
Submodule sonic-swss updated 48 files
+2 −2 .gitignore
+30 −5 cfgmgr/vlanmgr.cpp
+1 −0 debian/rules
+6 −1 fpmsyncd/fpmlink.cpp
+401 −57 fpmsyncd/routesync.cpp
+25 −2 fpmsyncd/routesync.h
+12 −1 neighsyncd/neighsync.cpp
+1 −1 orchagent/Makefile.am
+66 −8 orchagent/aclorch.cpp
+18 −0 orchagent/aclorch.h
+23 −0 orchagent/flexcounterorch.cpp
+1 −0 orchagent/flexcounterorch.h
+17 −3 orchagent/intfsorch.cpp
+24 −3 orchagent/main.cpp
+16 −2 orchagent/nexthopgroupkey.h
+15 −6 orchagent/nexthopkey.h
+112 −13 orchagent/nhgorch.cpp
+15 −11 orchagent/orchdaemon.cpp
+3 −3 orchagent/orchdaemon.h
+40 −4 orchagent/pfc_detect_mellanox.lua
+15 −3 orchagent/portsorch.cpp
+166 −72 orchagent/routeorch.cpp
+17 −7 orchagent/routeorch.h
+23 −0 orchagent/saihelper.cpp
+5 −0 orchagent/saihelper.h
+791 −64 orchagent/srv6orch.cpp
+102 −2 orchagent/srv6orch.h
+15 −1 orchagent/switchorch.cpp
+3 −0 orchagent/swssnet.h
+4 −4 orchagent/vxlanorch.cpp
+3 −2 orchagent/vxlanorch.h
+4 −4 portsyncd/linksync.cpp
+23 −1 tests/conftest.py
+5 −0 tests/dvslib/dvs_vlan.py
+4 −0 tests/evpn_tunnel.py
+1 −0 tests/mock_tests/Makefile.am
+296 −0 tests/mock_tests/aclorch_rule_ut.cpp
+75 −21 tests/mock_tests/check.h
+45 −0 tests/mock_tests/flexcounter_ut.cpp
+658 −3 tests/mock_tests/fpmsyncd/test_routesync.cpp
+9 −0 tests/mock_tests/mock_sai_api.h
+4 −0 tests/mock_tests/mux_rollback_ut.cpp
+31 −0 tests/mock_tests/routeorch_ut.cpp
+45 −24 tests/mock_tests/switchorch_ut.cpp
+532 −11 tests/test_srv6.py
+60 −0 tests/test_vlan.py
+3 −1 tests/test_vxlan_tunnel.py
+34 −0 tests/test_zmq.py

0 comments on commit 83c0469

Please sign in to comment.