]> git.openfabrics.org - ~shefty/librdmacm.git/commit
rsocket: Return success for IPV6_V6ONLY option
authorSean Hefty <sean.hefty@intel.com>
Mon, 4 Jun 2012 19:30:15 +0000 (12:30 -0700)
committerSean Hefty <sean.hefty@intel.com>
Mon, 4 Jun 2012 19:30:15 +0000 (12:30 -0700)
commitfb6ff53ba1e67e14477963312d1113c4ad9f5e45
treed79d5464622c07a1ee7c42051fee5fca02c52207
parentc6663b8beca52500bd665a8487d3edc6388e912c
rsocket: Return success for IPV6_V6ONLY option

Jave Netpipe calls setsockopt for IPV6_V6ONLY.  Return success
to work-around the lack of support.  The actual implementation
is deferred.  Problem was reported by Chet Murthy
<chet@watson.ibm.com>

Signed-off-by: Sean Hefty <sean.hefty@intel.com>