Whamcloud - gitweb
Branch b1_4_newconfig
authoradilger <adilger>
Fri, 14 Oct 2005 11:20:08 +0000 (11:20 +0000)
committeradilger <adilger>
Fri, 14 Oct 2005 11:20:08 +0000 (11:20 +0000)
Bah, shouldn't have committed this.

lnet/klnds/socklnd/socklnd.c

index 50b2130..3009a84 100644 (file)
@@ -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",