Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2225635
)
Branch b1_4_newconfig
author
adilger
<adilger>
Fri, 14 Oct 2005 11:20:08 +0000
(11:20 +0000)
committer
adilger
<adilger>
Fri, 14 Oct 2005 11:20:08 +0000
(11:20 +0000)
Bah, shouldn't have committed this.
lnet/klnds/socklnd/socklnd.c
patch
|
blob
|
history
diff --git
a/lnet/klnds/socklnd/socklnd.c
b/lnet/klnds/socklnd/socklnd.c
index
50b2130
..
3009a84
100644
(file)
--- a/
lnet/klnds/socklnd/socklnd.c
+++ b/
lnet/klnds/socklnd/socklnd.c
@@
-2148,10
+2148,8
@@
ksocknal_enumerate_interfaces(ksock_net_t *net)
int up;
__u32 ip;
__u32 mask;
-#if 0
if (!strcmp(names[i], "lo")) /* skip the loopback IF */
continue;
-#endif
rc = libcfs_ipif_query(names[i], &up, &ip, &mask);
if (rc != 0) {
CWARN("Can't get interface %s info: %d\n",