soreuseport: test mixed v4/v6 sockets
authorCraig Gallek <kraig@google.com>
Tue, 12 Apr 2016 17:11:26 +0000 (13:11 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Apr 2016 01:14:04 +0000 (21:14 -0400)
commitd6a61f80b8718abbb82dcfc95d56404e3218e7b0
tree0d542dc16e338eb85e8efe8eeb46b6a68498989e
parentd894ba18d4e449b3a7f6eb491f16c9e02933736e
soreuseport: test mixed v4/v6 sockets

Test to validate the behavior of SO_REUSEPORT sockets that are
created with both AF_INET and AF_INET6.  See the commit prior to this
for a description of this behavior.

Signed-off-by: Craig Gallek <kraig@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/.gitignore
tools/testing/selftests/net/Makefile
tools/testing/selftests/net/reuseport_dualstack.c [new file with mode: 0644]