[openib-general] [PATCH][RFC/v1][11/12] IPoIB IPv6 support
Peter Buckingham
peter at pantasys.com
Thu Nov 18 11:13:09 PST 2004
Hi Roland,
> Index: linux-bk/net/ipv6/addrconf.c
> ===================================================================
> --- linux-bk.orig/net/ipv6/addrconf.c 2004-11-17 19:52:35.000000000 -0800
> +++ linux-bk/net/ipv6/addrconf.c 2004-11-18 10:51:45.515343574 -0800
> @@ -1098,6 +1098,13 @@
> memset(eui, 0, 7);
> eui[7] = *(u8*)dev->dev_addr;
> return 0;
> + case ARPHRD_INFINIBAND:
> + /* XXX: replace len with IPOIB_HW_ADDR_LEN later */
> + if (dev->addr_len != 20)
why not make this change to IPOIB_HW_ADDR_LEN now?
that's all i've got for now ;-)
peter
More information about the general
mailing list