diff options
| author | Navdeep Parhar <np@FreeBSD.org> | 2025-02-25 20:29:42 +0000 |
|---|---|---|
| committer | Navdeep Parhar <np@FreeBSD.org> | 2025-04-22 11:12:46 +0000 |
| commit | 81789c27940e63c0213f76ecfd8012097760fea8 (patch) | |
| tree | 6fa316cb3c92f3daec727301b5becd3ea7bd0175 | |
| parent | ca9d5b10ebfe810aeb644fb7402523993c5d6434 (diff) | |
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.
Sponsored by: Chelsio Communications
(cherry picked from commit 6460c327f6f3fdf2d1cd4db648baf6cb7d74828e)
| -rw-r--r-- | lib/libifconfig/sfp.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libifconfig/sfp.lua b/lib/libifconfig/sfp.lua index de738648451a..4a43b2ed780b 100644 --- a/lib/libifconfig/sfp.lua +++ b/lib/libifconfig/sfp.lua @@ -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"}, }, }, |
