aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/net/.gitignore
diff options
context:
space:
mode:
authorKuniyuki Iwashima <kuniyu@amazon.com>2022-07-02 08:48:18 -0700
committerPaolo Abeni <pabeni@redhat.com>2022-07-05 11:34:58 +0200
commite95ab1d852897a0b697cd0fb609d496ce97fff3a (patch)
tree5bf6fae55829734f49983211a5c50794167dbab5 /tools/testing/selftests/net/.gitignore
parentaf_unix: Put pathname sockets in the global hash table. (diff)
downloadwireguard-linux-e95ab1d852897a0b697cd0fb609d496ce97fff3a.tar.xz
wireguard-linux-e95ab1d852897a0b697cd0fb609d496ce97fff3a.zip
selftests: net: af_unix: Test connect() with different netns.
This patch add a test that checks connect()ivity between two sockets: unnamed socket -> bound socket * SOCK_STREAM or SOCK_DGRAM * pathname or abstract * same or different netns Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'tools/testing/selftests/net/.gitignore')
-rw-r--r--tools/testing/selftests/net/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/net/.gitignore b/tools/testing/selftests/net/.gitignore
index a29f79618934..1257baa79286 100644
--- a/tools/testing/selftests/net/.gitignore
+++ b/tools/testing/selftests/net/.gitignore
@@ -37,3 +37,4 @@ gro
ioam6_parser
toeplitz
cmsg_sender
+unix_connect \ No newline at end of file