From: Sean Hefty Date: Thu, 5 Apr 2012 23:24:09 +0000 (-0700) Subject: ib_acme: Use IPv4 rather than IPv6 when connecting to ACM server X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=c151bd5e45629f4eeea22cea3132f9452ff3dfba;p=~shefty%2Fibacm.git ib_acme: Use IPv4 rather than IPv6 when connecting to ACM server When both IPv4 and IPv6 are running, getaddrinfo indicates IPv6 rather than IPv4 and that currently causes a failure to connect to the ACM server. Fix is to set the address family in the hint to getaddrinfo to IPv4. Signed-off-by: Hal Rosenstock Signed-off-by: Sean Hefty ---