summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/net/Makefile
diff options
context:
space:
mode:
authorCraig Gallek2016-04-12 19:11:26 +0200
committerDavid S. Miller2016-04-15 03:14:04 +0200
commitd6a61f80b8718abbb82dcfc95d56404e3218e7b0 (patch)
tree0d542dc16e338eb85e8efe8eeb46b6a68498989e /tools/testing/selftests/net/Makefile
parentsoreuseport: fix ordering for mixed v4/v6 sockets (diff)
downloadkernel-qcow2-linux-d6a61f80b8718abbb82dcfc95d56404e3218e7b0.tar.gz
kernel-qcow2-linux-d6a61f80b8718abbb82dcfc95d56404e3218e7b0.tar.xz
kernel-qcow2-linux-d6a61f80b8718abbb82dcfc95d56404e3218e7b0.zip
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>
Diffstat (limited to 'tools/testing/selftests/net/Makefile')
-rw-r--r--tools/testing/selftests/net/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/net/Makefile b/tools/testing/selftests/net/Makefile
index c658792d47b4..0e5340742620 100644
--- a/tools/testing/selftests/net/Makefile
+++ b/tools/testing/selftests/net/Makefile
@@ -4,7 +4,7 @@ CFLAGS = -Wall -O2 -g
CFLAGS += -I../../../../usr/include/
-NET_PROGS = socket psock_fanout psock_tpacket reuseport_bpf reuseport_bpf_cpu
+NET_PROGS = socket psock_fanout psock_tpacket reuseport_bpf reuseport_bpf_cpu reuseport_dualstack
all: $(NET_PROGS)
%: %.c