]> 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)
commit7e43a759255e9890d1e41f1edf71792836f53941
tree0c5a0c24885960bf61c5afe1b2ef070808c1f084
parentc6663b8beca52500bd665a8487d3edc6388e912c
rsocket: Return success for IPV6_V6ONLY option

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

Note that real support for V6ONLY requires changes to the
kernel rdma_cm.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
src/rsocket.c