Re: [openib-general] Re: [iproute2] IPoIB link layer address bug

2006-03-23 Thread Mark Butler
Mark Butler wrote: James Lentini wrote: On Tue, 21 Mar 2006, Jason Gunthorpe wrote: On Tue, Mar 21, 2006 at 03:56:17PM -0800, Stephen Hemminger wrote: Okay, but there are number of other places in iproute2 that call ll_addr_a2n() with ifr.ifr_hwaddr.sa_data. And that is 14 bytes.

Re: [openib-general] Re: [iproute2] IPoIB link layer address bug

2006-03-23 Thread James Lentini
On Tue, 21 Mar 2006, Jason Gunthorpe wrote: > On Tue, Mar 21, 2006 at 03:56:17PM -0800, Stephen Hemminger wrote: > > > Okay, but there are number of other places in iproute2 that call > > ll_addr_a2n() with ifr.ifr_hwaddr.sa_data. And that is 14 bytes. > > If you want to fix those it will be

Re: [openib-general] Re: [iproute2] IPoIB link layer address bug

2006-03-21 Thread Jason Gunthorpe
On Tue, Mar 21, 2006 at 03:56:17PM -0800, Stephen Hemminger wrote: > Okay, but there are number of other places in iproute2 that call ll_addr_a2n() > with ifr.ifr_hwaddr.sa_data. And that is 14 bytes. If you want to fix those > it will be harder since it would increase the sizeof(struct sockaddr)