diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-04-10 16:12:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-04-10 16:12:44 +0000 |
commit | c165a315877af72d6f09bcf78d88dc388fe0f3ec (patch) | |
tree | 9809ce4b15786510810805bc7704e515954d7996 /sbin/ifconfig | |
parent | 7a3d9ba74e93997516cad83a9cb29c5b15ef04b4 (diff) |
MPO cable names were swapped
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r-- | sbin/ifconfig/sff.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ifconfig/sff.c b/sbin/ifconfig/sff.c index 0738bee914e..a83aa56f68a 100644 --- a/sbin/ifconfig/sff.c +++ b/sbin/ifconfig/sff.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sff.c,v 1.3 2019/04/10 14:15:43 sthen Exp $ */ +/* $OpenBSD: sff.c,v 1.4 2019/04/10 16:12:43 deraadt Exp $ */ /* * Copyright (c) 2019 David Gwynne <dlg@openbsd.org> @@ -143,8 +143,8 @@ static const char *sff8024_con_names[] = { [SFF8024_CON_MU] = "MU", [SFF8024_CON_SG] = "SG", [SFF8024_CON_O_PIGTAIL] = "Optical Pigtail", - [SFF8024_CON_MPO_1x12] = "MPO 2x16", - [SFF8024_CON_MPO_2x16] = "MPO 1x12", + [SFF8024_CON_MPO_1x12] = "MPO 1x12", + [SFF8024_CON_MPO_2x16] = "MPO 2x16", [SFF8024_CON_HSSDC2] = "HSSDC II", [SFF8024_CON_Cu_PIGTAIL] = "Copper Pigtail", |