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:
David Ward 2009-10-15 14:53:21 -04:00 committed by Stephen Hemminger
parent 5a326efed0
commit e03dcc040d
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ struct idxmap
int type;
int alen;
unsigned flags;
unsigned char addr[8];
unsigned char addr[20];
char name[16];
};