Skip to content

Commit

Permalink
Correct port index in Arista-720DT-48S/phy24_config.json (#11699)
Browse files Browse the repository at this point in the history
Port index 22 is associated with phy23_config.json, then same port index 22 in phy24_config.json may cause gearbox port creation error. Port Ethernet22 maps to index 23.
  • Loading branch information
jimmyzhai authored and yxieca committed Aug 31, 2022
1 parent 875328b commit 2ff3b84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"ports": [
{
"index": 22,
"index": 23,
"mdio_addr": "",
"system_speed": 1000,
"system_fec": "none",
Expand Down

0 comments on commit 2ff3b84

Please sign in to comment.