Skip to content

Commit

Permalink
front panel port labels
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbojangles3 committed Nov 19, 2024
1 parent 3a46e67 commit ee1ee02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/ctrl/switchprofile/profile_dell_z9332f_on.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ var DellZ9332FON = wiringapi.SwitchProfile{
"E1/30": {NOSName: "1/30", BaseNOSName: "Ethernet232", Label: "30", Profile: "QSFPDD-400G"},
"E1/31": {NOSName: "1/31", BaseNOSName: "Ethernet240", Label: "31", Profile: "QSFPDD-400G"},
"E1/32": {NOSName: "1/32", BaseNOSName: "Ethernet248", Label: "32", Profile: "QSFPDD-400G"}, // 32x QSFPDD-400G
"E1/33": {NOSName: "Ethernet256", Label: "33", Profile: "SFP28-10G"}, // 1x SFP28-10G
"E1/34": {NOSName: "Ethernet257", Label: "34", Profile: "SFP28-10G"}, // 1x SFP28-10G
"E1/33": {NOSName: "Ethernet256", Label: "M1", Profile: "SFP28-10G"}, // 1x SFP28-10G
"E1/34": {NOSName: "Ethernet257", Label: "M2", Profile: "SFP28-10G"}, // 1x SFP28-10G
},
PortProfiles: map[string]wiringapi.SwitchProfilePortProfile{
"SFP28-10G": {
Expand Down

0 comments on commit ee1ee02

Please sign in to comment.