Re: [PATCH][v3][16/21] IPoIB IPv6 support

From: YOSHIFUJI Hideaki / 吉藤英明
Date: Mon Dec 13 2004 - 21:30:56 EST


In article <20041213109.iziHvQZqtmP83gmx@xxxxxxxxxxx> (at Mon, 13 Dec 2004 10:09:46 -0800), Roland Dreier <roland@xxxxxxxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/