iproute2: Support 20-byte link layer address in idxmap
Extend the link-layer address field from 8 to 20 bytes to support InfiniBand. Signed-off-by: David Ward <david.ward@ll.mit.edu>
This commit is contained in:
parent
5a326efed0
commit
e03dcc040d
|
|
@ -31,7 +31,7 @@ struct idxmap
|
||||||
int type;
|
int type;
|
||||||
int alen;
|
int alen;
|
||||||
unsigned flags;
|
unsigned flags;
|
||||||
unsigned char addr[8];
|
unsigned char addr[20];
|
||||||
char name[16];
|
char name[16];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue