Branches for Dapper

Name Status Last Modified Last Commit
lp:ubuntu/dapper/net-tools 1 Development 2009-06-25 20:22:23 UTC
6. Fix arp command on sparc64 and ia64 (...

Author: Fabio Massimo Di Nitto
Revision Date: 2006-03-01 09:17:20 UTC

Fix arp command on sparc64 and ia64 (at least):
(thanks to David S. Miller for the patch)

Rationale:

struct sockaddr is not aligned enough to be accessed as
a sockaddr_in, so use "struct sockaddr_storage" which gives
us the correct alignment.

Tested on i386/ppc/hppa/sparc/ia64.

11 of 1 result