Commit ede7095
File tree
- platform/broadcom
- src
- system-health
- health_checker
- tests
- telemetry/etc/supervisor
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
Submodule sonic-gnmi updated 13 files
- azure-pipelines.yml+1
- gnmi_server/clientCertAuth.go+39-4
- gnmi_server/debug.go+1-1
- gnmi_server/gnoi.go+17-17
- gnmi_server/server.go+12-10
- gnmi_server/server_test.go+187
- sonic_data_client/client_test.go+82
- sonic_data_client/json_client.go+11-1
- sonic_data_client/mixed_db_client.go+36-34
- telemetry/telemetry.go+3
- telemetry/telemetry_test.go+5-1
- test/test_gnmi_configdb.py+8-2
- test/test_gnmi_configdb_patch.py+1.1k
Submodule sonic-sairedis updated 39 files
- SAI+1-1
- lib/Switch.cpp+1-79
- lib/VirtualObjectIdManager.cpp+49-14
- meta/DummySaiInterface.cpp+405-4
- meta/DummySaiInterface.h+69-1
- meta/Makefile.am+1
- meta/Meta.cpp+4-5
- proxylib/Makefile.am+1
- proxylib/Options.cpp+30
- proxylib/Options.h+25
- proxylib/Proxy.cpp+229-11
- proxylib/Proxy.h+84
- proxylib/Sai.cpp+59-46
- proxylib/Sai.h+13-3
- proxylib/sai_proxy.h-450
- proxylib/saiproxy.h+9
- saiplayer/SaiPlayer.cpp+1-47
- stub.pl+19-33
- syncd/ComparisonLogic.cpp+4-2
- syncd/NotificationHandler.cpp+1-79
- syncd/SaiDiscovery.cpp+9-9
- tests/NVDAMBF2H536C/dashapis.rec+247-247
- tests/aspell.en.pws+2
- unittest/lib/TestSwitch.cpp+1-1
- unittest/lib/TestVirtualObjectIdManager.cpp+15
- unittest/meta/Makefile.am-1
- unittest/meta/TestDummySaiInterface.cpp+233
- unittest/meta/TestSaiSerialize.cpp+2-2
- unittest/proxylib/Makefile.am+1-1
- unittest/proxylib/TestProxy.cpp+273
- unittest/proxylib/TestSai.cpp+217
- unittest/proxylib/config.ini+8
- unittest/syncd/Makefile.am-1
- unittest/vslib/TestRealObjectIdManager.cpp+20
- unittest/vslib/TestSwitch.cpp+1-1
- vslib/RealObjectIdManager.cpp+50-15
- vslib/SaiUnittests.cpp+1-1
- vslib/Switch.cpp+1-63
- vslib/SwitchState.cpp+2-2
Submodule sonic-utilities updated 10 files
- config/main.py+1-1
- generic_config_updater/change_applier.py+14-18
- generic_config_updater/generic_updater.py+216-85
- generic_config_updater/gu_common.py+12-10
- tests/config_test.py+135
- tests/generic_config_updater/change_applier_test.py+3-3
- tests/generic_config_updater/generic_updater_test.py+3-1
- tests/generic_config_updater/gu_common_test.py+22
- tests/generic_config_updater/multiasic_change_applier_test.py+11-11
- tests/generic_config_updater/multiasic_generic_updater_test.py+3-3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
18 | 31 | | |
19 | 32 | | |
20 | 33 | | |
| |||
84 | 97 | | |
85 | 98 | | |
86 | 99 | | |
87 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
88 | 119 | | |
89 | 120 | | |
90 | 121 | | |
91 | | - | |
92 | | - | |
| 122 | + | |
| 123 | + | |
93 | 124 | | |
94 | 125 | | |
95 | 126 | | |
96 | | - | |
97 | | - | |
98 | | - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
99 | 130 | | |
100 | | - | |
101 | | - | |
| 131 | + | |
| 132 | + | |
102 | 133 | | |
103 | 134 | | |
104 | 135 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
166 | 168 | | |
167 | 169 | | |
168 | 170 | | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
169 | 218 | | |
170 | 219 | | |
171 | 220 | | |
| |||
0 commit comments