diff options
author | Kuniyuki Iwashima <kuniyu@amazon.com> | 2022-07-02 18:48:18 +0300 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2022-07-05 12:34:58 +0300 |
commit | e95ab1d852897a0b697cd0fb609d496ce97fff3a (patch) | |
tree | 5bf6fae55829734f49983211a5c50794167dbab5 /tools/testing/selftests/net/.gitignore | |
parent | 51bae889fe111e418321ff0e6bb5f67e64cb9042 (diff) | |
download | linux-e95ab1d852897a0b697cd0fb609d496ce97fff3a.tar.xz |
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/.gitignore | 1 |
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 |