]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit294f16fc4d45719a5d4601a1a6d99d33f9e9df2b
tree0d542dc16e338eb85e8efe8eeb46b6a68498989e
parent7b923076c4cb5ef5b6d1986c52bfac607110bb17
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]