[gnome-nettool] Add new network interface type: Infiniband
- From: Germán Poo-Caamaño <gpoo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-nettool] Add new network interface type: Infiniband
- Date: Thu, 29 Sep 2016 13:44:06 +0000 (UTC)
commit f3179113289a07b9d320fdebfe811b036c2e5e0c
Author: Dominique Leuenberger <dimstar opensuse org>
Date: Thu Sep 29 06:43:00 2016 -0700
Add new network interface type: Infiniband
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=768235
src/info.c | 1 +
src/info.h | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/info.c b/src/info.c
index 4a5ebfb..c0420c8 100644
--- a/src/info.c
+++ b/src/info.c
@@ -63,6 +63,7 @@ static InfoInterfaceDescription info_iface_desc [] = {
{ N_("Modem Interface"), INFO_INTERFACE_PPP, "16_ppp.xpm", "ppp", NULL },
{ N_("Parallel Line Interface"), INFO_INTERFACE_PLIP, "16_plip.xpm", "plip", NULL },
{ N_("Infrared Interface"), INFO_INTERFACE_IRLAN, "irda-16.png", "irlan", NULL },
+ { N_("Infiniband Interface"), INFO_INTERFACE_IB, "network.png", "ib", NULL },
{ N_("Loopback Interface"), INFO_INTERFACE_LO, "16_loopback.xpm", "lo", NULL },
{ N_("Unknown Interface"), INFO_INTERFACE_UNKNOWN, "network.png", "", NULL },
{ NULL, INFO_INTERFACE_UNKNOWN, NULL, NULL, NULL }
diff --git a/src/info.h b/src/info.h
index f4a977b..5f0bb17 100644
--- a/src/info.h
+++ b/src/info.h
@@ -36,6 +36,7 @@ typedef enum {
INFO_INTERFACE_PPP,
INFO_INTERFACE_PLIP,
INFO_INTERFACE_IRLAN,
+ INFO_INTERFACE_IB,
INFO_INTERFACE_LO,
INFO_INTERFACE_UNKNOWN
} InfoInterfaceType;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]