mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
libifconfig: Fix nits in the descriptions of active 100G cables.
This is a cosmetic change affecting the "plugged: ..." line in the output of ifconfig -v. Both the 100G active cables were missing a closing parenthesis. MFC after: 1 week Sponsored by: Chelsio Communications
This commit is contained in:
parent
f506d5af50
commit
6460c327f6
1 changed files with 2 additions and 2 deletions
|
|
@ -330,7 +330,7 @@ enums = {
|
|||
{0x0A, "RESERVED_0A", "Reserved"},
|
||||
{0x09, "OBSOLETE", "Obsolete"},
|
||||
{0x08, "100G_25GAUI_C2M_ACC_1",
|
||||
"100G ACC (Active Copper Cable"},
|
||||
"100G ACC (Active Copper Cable)"},
|
||||
{0x07, "100G_PSM4_P_SMF", "100G PSM4 Parallel SMF"},
|
||||
{0x06, "100G_CWDM4", "100G CWDM4"},
|
||||
{0x05, "100GBASE_SR10", "100GBASE-SR10"},
|
||||
|
|
@ -338,7 +338,7 @@ enums = {
|
|||
{0x03, "100GBASE_LR4_25GBASE_LR", "100GBASE-LR4 or 25GBASE-LR"},
|
||||
{0x02, "100GBASE_SR4_25GBASE_SR", "100GBASE-SR4 or 25GBASE-SR"},
|
||||
{0x01, "100G_25GAUI_C2M_AOC_1",
|
||||
"100G AOC (Active Optical Cable"},
|
||||
"100G AOC (Active Optical Cable)"},
|
||||
{0x00, "UNSPECIFIED", "Unspecified"},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue