Skip to content

Commit

Permalink
[DPB] Fix typo for Ethernet0 2x200G[100G,40G] breakout mode (#21)
Browse files Browse the repository at this point in the history
Signed-off-by: Mykola Gerasymenko <[email protected]>
  • Loading branch information
mykolaxgerasymenko authored Dec 15, 2021
1 parent f79c084 commit 13714d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device/barefoot/x86_64-accton_as9516_32d-r0/platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
"lanes": "0,1,2,3,4,5,6,7",
"breakout_modes": {
"1x400G[200G]": ["Ethernet0"],
"2x200G[100G,40G]": ["Ethernet0, Ethernet4"],
"2x200G[100G,40G]": ["Ethernet0", "Ethernet4"],
"4x100G[50G]": ["Ethernet0", "Ethernet2", "Ethernet4", "Ethernet6"],
"8x50G[25G,10G]": ["Ethernet0", "Ethernet1", "Ethernet2", "Ethernet3", "Ethernet4", "Ethernet5", "Ethernet6", "Ethernet7"],
"1x200G[100G,40G](4)+4x50G[25G,10G](4)": ["Ethernet0", "Ethernet4", "Ethernet5", "Ethernet6", "Ethernet7"],
Expand Down

0 comments on commit 13714d2

Please sign in to comment.