diff options
author | Kuniyuki Iwashima <kuniyu@amazon.com> | 2023-03-11 19:19:04 -0800 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-03-15 00:24:10 -0700 |
commit | 13715acf8ab5b32a6d7e42686fceeb66df114185 (patch) | |
tree | 23b3754de0ef2cf10419edd90b3b8ffc34709d30 /tools/testing/selftests/net/.gitignore | |
parent | d9ba9934285514f1f95d96326a82398a22dc77f2 (diff) |
selftest: Add test for bind() conflicts.
The test checks if (IPv4, IPv6) address pair properly conflict or not.
* IPv4
* 0.0.0.0
* 127.0.0.1
* IPv6
* ::
* ::1
If the IPv6 address is [::], the second bind() always fails.
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
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 a6911cae368c..80f06aa62034 100644 --- a/tools/testing/selftests/net/.gitignore +++ b/tools/testing/selftests/net/.gitignore @@ -1,6 +1,7 @@ # SPDX-License-Identifier: GPL-2.0-only bind_bhash bind_timewait +bind_wildcard csum cmsg_sender diag_uid |