Commit 49d145c
authored
[xcvrd] Fix bailing out on platforms that do not support QSFP-DD (sonic-net#78)
Merge of QSFP-DD support via PR# sonic-net#66
is making xcvrd to bail out on platforms that do not support
new key/attribute.
Fix is to ignore new key/attribute if not present/supported yet.
Fix takes changes done as part of PR#sonic-net#76 which can be closed
once this gets merged
Verified manually xcvrd running fine after above changes.
also command show interface transceiver is showing correct o/p
Signed-off-by: Abhishek Dosi <[email protected]>1 parent c935325 commit 49d145c
1 file changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
174 | 182 | | |
175 | 183 | | |
176 | 184 | | |
| |||
257 | 265 | | |
258 | 266 | | |
259 | 267 | | |
260 | | - | |
| 268 | + | |
261 | 269 | | |
262 | 270 | | |
263 | 271 | | |
| |||
353 | 361 | | |
354 | 362 | | |
355 | 363 | | |
356 | | - | |
| 364 | + | |
357 | 365 | | |
358 | 366 | | |
359 | 367 | | |
| |||
0 commit comments