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 GitHub
parent 53a281008a
commit abda50c791
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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