[PATCH 2/2 rhel6-branch] Fix value for infiniband type used in ifcfg files (#660686)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is what initscripts are using (and what NM is going to use as well)

Related: rhbz#660686
---
 loader/net.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/loader/net.c b/loader/net.c
index 3cba60b..72aa94c 100644
--- a/loader/net.c
+++ b/loader/net.c
@@ -170,7 +170,7 @@ static char *netArpTypeStr(const char *ifname)
         ret = strdup("Ethernet");
         break;
     case ARPHRD_INFINIBAND:
-        ret = strdup("Infiniband");
+        ret = strdup("InfiniBand");
         break;
     case ARPHRD_SLIP:
         break;
-- 
1.7.4

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux