Commit c0960f7
authored
[submodule] Update submodule sonic-swss to the latest HEAD automatically (#19554)
#### Why I did it
src/sonic-swss
```
* d3073b7c - (HEAD -> 202405, origin/202405) [muxorch] Fixing bug with updateRoute and mux neighbors (#3187) (19 hours ago) [Nikola Dancejic]
* b16d6b2a - ADD VOQ COUNTERS(SAI_SWITCH_STAT_PACKET_INTEGRITY_DROP, SAI_QUEUE_ST…T_CREDIT_WD_DELETED_PACKETS) support for VOQ/Fabric switches (#3152) (19 hours ago) [saksarav-nokia]
* 12a95e57 - Revamp module build script to make it work for 5.15 on Ubuntu 20.04 (#3212) (19 hours ago) [Saikrishna Arcot]
* 87cf38e0 - Fix in switchorch: unsupported attribute causes skipping of processing the rest of configurations (#3209) (19 hours ago) [Amir]
* 8f333b6 - [subnet decap] Support decap rule generation based on T0 VIP route (#3183) (5 weeks ago) [Longxiang Lyu]
* 9bcb9b6 - Fixing appl_db FABRIC_MONITOR notification issue. (#3176) (5 weeks ago) [jfeng-arista]
* fff544e - Rotate record file before writing new log. (#3158) (5 weeks ago) [mint570]
* 80f5207 - Add SWSS support for link event damping feature (#2933) (5 weeks ago) [Roy Yi]
* b3ebfc4 - [muxorch] Using bulker to program routes/neighbors during switchover (#3148) (5 weeks ago) [Nikola Dancejic]
```
#### How I did it
#### How to verify it
#### Description for the changelog1 parent b657b95 commit c0960f7
1 file changed
+1
-1
lines changedSubmodule sonic-swss updated 36 files
- .azure-pipelines/build_and_install_module.sh+30-32
- cfgmgr/fabricmgr.h+1-1
- lib/recorder.cpp+1-1
- orchagent/fabricportsorch.cpp+53-26
- orchagent/fabricportsorch.h+5
- orchagent/muxorch.cpp+178-27
- orchagent/muxorch.h+26-1
- orchagent/neighorch.cpp+331-11
- orchagent/neighorch.h+30-2
- orchagent/p4orch/tests/mock_sai_neighbor.h+18
- orchagent/p4orch/tests/neighbor_manager_test.cpp+2
- orchagent/port.h+9
- orchagent/port/port_capabilities.h+1
- orchagent/port/portcnt.h+34
- orchagent/port/porthlpr.cpp+108
- orchagent/port/porthlpr.h+5
- orchagent/port/portschema.h+6
- orchagent/portsorch.cpp+132
- orchagent/portsorch.h+5
- orchagent/routeorch.cpp+64-1
- orchagent/routeorch.h+8
- orchagent/switchorch.cpp+8-1
- tests/mock_tests/aclorch_ut.cpp+3
- tests/mock_tests/bulker_ut.cpp+31
- tests/mock_tests/flowcounterrouteorch_ut.cpp+7-2
- tests/mock_tests/mock_orchagent_main.h+1
- tests/mock_tests/mock_sai_api.h+40-14
- tests/mock_tests/mux_rollback_ut.cpp+48-12
- tests/mock_tests/portsorch_ut.cpp+334
- tests/mock_tests/routeorch_ut.cpp+7-2
- tests/test_fabric_capacity.py+25-3
- tests/test_fabric_rate.py+6-2
- tests/test_mux.py+74
- tests/test_port.py+48
- tests/test_route.py+145
- tests/test_virtual_chassis.py+45-1
0 commit comments