Commit e03dcc04 authored by David Ward's avatar David Ward Committed by Stephen Hemminger

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: default avatarDavid Ward <david.ward@ll.mit.edu>
parent 5a326efe
...@@ -31,7 +31,7 @@ struct idxmap ...@@ -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];
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment