[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1255632801-17802-1-git-send-email-david.ward@ll.mit.edu>
Date: Thu, 15 Oct 2009 14:53:21 -0400
From: David Ward <david.ward@...mit.edu>
To: netdev@...r.kernel.org
Cc: David Ward <david.ward@...mit.edu>
Subject: [PATCH] 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@...mit.edu>
---
lib/ll_map.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/ll_map.c b/lib/ll_map.c
index 7c0bea2..5addf4a 100644
--- a/lib/ll_map.c
+++ b/lib/ll_map.c
@@ -31,7 +31,7 @@ struct idxmap
int type;
int alen;
unsigned flags;
- unsigned char addr[8];
+ unsigned char addr[20];
char name[16];
};
--
1.5.5.6
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists