Correct port index in Arista-720DT-48S/phy24_config.json (#11699)

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.
This commit is contained in:
Junhua Zhai 2022-08-17 04:48:40 +00:00 committed by Ying Xie
parent 875328bf8a
commit 2ff3b84ae8

View File

@ -14,7 +14,7 @@
],
"ports": [
{
"index": 22,
"index": 23,
"mdio_addr": "",
"system_speed": 1000,
"system_fec": "none",