git: 81789c27940e - stable/14 - libifconfig: Fix nits in the descriptions of active 100G cables.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Apr 2025 11:22:52 UTC
The branch stable/14 has been updated by np: URL: https://cgit.FreeBSD.org/src/commit/?id=81789c27940e63c0213f76ecfd8012097760fea8 commit 81789c27940e63c0213f76ecfd8012097760fea8 Author: Navdeep Parhar <np@FreeBSD.org> AuthorDate: 2025-02-25 20:29:42 +0000 Commit: Navdeep Parhar <np@FreeBSD.org> CommitDate: 2025-04-22 11:12:46 +0000 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) --- lib/libifconfig/sfp.lua | 4 ++-- 1 file 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"}, }, },