Messages in this thread |  | | | Date | Tue, 14 Dec 2004 11:30:23 +0900 (JST) | | Subject | Re: [PATCH][v3][16/21] IPoIB IPv6 support | | From | YOSHIFUJI Hideaki / 吉藤英明 <> |
| |
In article <20041213109.iziHvQZqtmP83gmx@topspin.com> (at Mon, 13 Dec 2004 10:09:46 -0800), Roland Dreier <roland@topspin.com> says:
> } > @@ -1794,6 +1801,7 @@ > if ((dev->type != ARPHRD_ETHER) && > (dev->type != ARPHRD_FDDI) && > (dev->type != ARPHRD_IEEE802_TR) && > + (dev->type != ARPHRD_INFINIBAND) && > (dev->type != ARPHRD_ARCNET)) { > /* Alas, we support only Ethernet autoconfiguration. */ > return;
Please put ARPHRD_INFINIBAND after ARPHRD_ARCNET like other places.
--yoshfuji - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |