-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[202205][utilities][swss][saireids][platform-daemon][platform-common]…
… advance submodule head (#13440) utilities: * 3ebe948 2023-01-14 | [show] Add bgpraw to show run all (#2537) (HEAD -> 202205) [jingwenxie] * 7979b9b 2022-12-05 | Transceiver eeprom dom CLI modification to show output from TRANSCEIVER_DOM_THRESHOLD table (#2535) [mihirpat1] swss: * 4ad82c5 2023-01-13 | Changed the BFD default detect multiplier to 10x (#2614) (HEAD -> 202205) [siqbal1986] * 4fe7138 2023-01-12 | [MuxOrch] Enabling neighbor when adding in active state (#2601) [Nikola Dancejic] sairedis: * 2f6cbd3 2023-01-19 | Fix for [EVPN] When MAC moves from remote end point to local, ASIC DB fields are not updated properly for the mac #11503 (#1173) (github/202205) [anilkpan] platform-daemon: * 2851d86 2023-01-17 | Chassisd do an explicit stop of the config_manager (#328) (HEAD -> 202205) [judyjoseph] platform-common: * 2995989 2022-12-06 | Add get_transceiver_status and get_transceiver_pm to API interface (#315) (HEAD -> 202205) [longhuan-cisco] Signed-off-by: Ying Xie <ying.xie@microsoft.com> Signed-off-by: Ying Xie <ying.xie@microsoft.com>
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule sonic-platform-common
updated
4 files
Submodule sonic-platform-daemons
updated
5 files
+0 −1 | sonic-xcvrd/setup.py | |
+19 −9 | sonic-xcvrd/tests/mock_swsscommon.py | |
+308 −63 | sonic-xcvrd/tests/test_xcvrd.py | |
+394 −246 | sonic-xcvrd/xcvrd/xcvrd.py | |
+2 −1 | sonic-xcvrd/xcvrd/xcvrd_utilities/port_mapping.py |
Submodule sonic-sairedis
updated
3 files
+7 −0 | syncd/NotificationProcessor.cpp | |
+2 −1 | unittest/syncd/Makefile.am | |
+59 −0 | unittest/syncd/TestNotificationProcessor.cpp |
Submodule sonic-swss
updated
5 files
+1 −1 | orchagent/bfdorch.cpp | |
+3 −0 | orchagent/muxorch.cpp | |
+8 −0 | orchagent/neighorch.cpp | |
+10 −10 | tests/test_bfd.py | |
+74 −0 | tests/test_mux.py |
Submodule sonic-utilities
updated
4 files
+1 −0 | scripts/sfpshow | |
+3 −1 | tests/mock_tables/asic0/state_db.json | |
+3 −1 | tests/mock_tables/asic1/state_db.json | |
+6 −2 | tests/mock_tables/state_db.json |