Commit 2e3ab4b
committed
[202205][utilities][swss][sairedis][platform-daemon][platform-common] advance submodule heads
utilities:
* 0157086 2022-11-22 | [VXLAN]Fixing traceback in show remotemac when mac moves during command execution (#2506) [Sudharsan Dhamal Gopalarathnam]
* 1f26c8c 2022-11-17 | avoid printing error if no neighbors are present (#2502) [arlakshm]
* 2573aae 2022-11-19 | [sfp] Fix issue: Application Advertisement is not well formatted (#2491) [Junchao-Mellanox]
* 1d96b55 2022-11-10 | [show][muxcable] Catch port Value error exception (#2076) (#2486) [Isabella de Leon]
* 6ed2afb 2022-11-09 | bugfix[2024] vnet route check exit code fix. (#2480) [siqbal1986]
* d8c49dc 2022-11-17 | Fixed SONIC_CLI_IFACE_MODE=alias show ip|ipv6 route output in default mode issue (#2422) [Marty Y. Lok]
* 166739e 2022-11-11 | Accept 0 for queue and dscp (#2494) (github/202205) [bingwang-ms]
swss:
* 7e274a4 2022-11-18 | [Fdbsyncd] Bug Fix for remote MAC move to local MAC and Fix for Static MAC advertisement in EVPN. (#2521) (HEAD -> 202205, github/202205) [KISHORE KUNAL]
* 434e80c 2022-11-02 | Fix vs test issue: failed to remove vlan due to referenced by vlan interface (#2504) [Stephen Sun]
* 11bef87 2022-11-27 | [dual-tor] add missing SAI attribte in order to create IPNIP tunnel (#2503) [Andriy Yurkiv]
* 11aba29 2022-11-09 | [SWSS] Innovium platform specific changes in PFC Detect lua script (#2493) [maulik_patel_marvell]
* 4a165ee 2022-11-14 | Revert "[vlanmgr] Disable `arp_evict_nocarrier` for vlan host intf (#2469)" (#2518) [Longxiang Lyu]
sairedis:
* 98def2d 2022-11-16 | [Recorder]: Acquire lock for ofstream changes (#1145) (HEAD -> 202205, github/202205) [Lawrence Lee]
platform-daemon:
* 9983106 2022-11-15 | [chassisd] update chassisd to write fabric and lc asics on sep erate table (#311) (HEAD -> 202205) [arlakshm]
* 8324c26 2022-11-10 | [ycabled] fix exception-handling logic for ycabled (#306) [vdahiya12]
* eaf73f8 2022-11-07 | [ycabled] move swsscommon API's from subroutines to call them exactly once per task_worker/thread (#303) [vdahiya12]
platform-common:
* 4b528a0 2022-11-21 | Add missing PM and VDM related EEPROM read (#326) (HEAD -> 202205) [mihirpat1]
* 8ca6c17 2022-11-14 | Initial commit (#323) [mihirpat1]
* 47f87d9 2022-11-23 | EEPROM/DOM Info: The Compliance Code will show "unknown" by using FINISAR 10G LR XCVR (#319) [ChiouRung Haung]
* 6273850 2022-06-01 | [ssd_generic] Fix innodisk health regex (#287) [Alexander Allen]
Signed-off-by: Ying Xie <[email protected]>1 parent 80837d4 commit 2e3ab4b
File tree
5 files changed
+5
-5
lines changed- src
5 files changed
+5
-5
lines changedSubmodule sonic-platform-common updated 15 files
- sonic_platform_base/sonic_ssd/ssd_generic.py+1-1
- sonic_platform_base/sonic_xcvr/api/public/c_cmis.py+3
- sonic_platform_base/sonic_xcvr/api/public/cmis.py+4-1
- sonic_platform_base/sonic_xcvr/codes/public/sff8436.py+17-17
- sonic_platform_base/sonic_xcvr/codes/public/sff8472.py+19-19
- sonic_platform_base/sonic_xcvr/codes/public/sff8636.py+7-7
- sonic_platform_base/sonic_xcvr/mem_maps/public/c_cmis.py-3
- sonic_platform_base/sonic_xcvr/mem_maps/public/sff8436.py+3-3
- sonic_platform_base/sonic_xcvr/mem_maps/public/sff8636.py+2-2
- tests/sonic_xcvr/test_ccmis.py+2
- tests/sonic_xcvr/test_cmis.py+7-1
- tests/sonic_xcvr/test_sff8436.py+31
- tests/sonic_xcvr/test_sff8472.py+16
- tests/sonic_xcvr/test_sff8636.py+34
- tests/ssd_generic_test.py+2-2
Submodule sonic-platform-daemons updated 7 files
- sonic-chassisd/scripts/chassisd+36-23
- sonic-chassisd/tests/test_chassisd.py+17-10
- sonic-ycabled/tests/test_y_cable_helper.py+250-39
- sonic-ycabled/tests/test_ycable.py+73-25
- sonic-ycabled/ycable/ycable.py+87-69
- sonic-ycabled/ycable/ycable_utilities/y_cable_helper.py+156-370
- sonic-ycabled/ycable/ycable_utilities/y_cable_table_helper.py+391
Submodule sonic-sairedis updated 1 file
Submodule sonic-utilities updated 24 files
- config/main.py+2-2
- scripts/sfpshow+4-19
- scripts/vnet_route_check.py+2-2
- sfputil/main.py+14-29
- show/bgp_common.py+4-10
- show/vxlan.py+4-4
- tests/bgp_commands_test.py+36
- tests/config_mirror_session_test.py+13-4
- tests/conftest.py+29-11
- tests/ip_show_routes_multi_asic_test.py+16
- tests/ip_show_routes_test.py+21-5
- tests/mock_tables/appl_db.json+10
- tests/mock_tables/asic0/config_db.json+11
- tests/mock_tables/state_db.json+24-2
- tests/muxcable_test.py+20
- tests/sfp_test.py+39-14
- tests/sfputil_test.py+15-4
- tests/show_ip_route_common.py+202
- tests/vnet_route_check_test.py+25-7
- tests/vxlan_test.py+64
- utilities_common/bgp_util.py+21-2
- utilities_common/cli.py+3-1
- utilities_common/platform_sfputil_helper.py+10-7
- utilities_common/sfp_helper.py+53
0 commit comments