diff options
author | Josef Bacik <jbacik@fb.com> | 2017-09-19 09:51:26 -0400 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2017-09-19 14:09:26 -0600 |
commit | 422d8dc6fd3afecd66bd6acfcd73a2d53e338ff3 (patch) | |
tree | 2a331b6131daaf43fdfced5725e25f2a40555a1c /tools/testing/selftests/net/.gitignore | |
parent | fbcab13d2e2511a858590846ac2e2d7cbd830591 (diff) |
selftest: add a reuseaddr test
This is to test for a regression introduced by
b9470c27607b ("inet: kill smallest_size and smallest_port")
which introduced a problem with reuseaddr and bind conflicts.
Signed-off-by: Josef Bacik <jbacik@fb.com>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.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 9801253e4802..c612d6e38c62 100644 --- a/tools/testing/selftests/net/.gitignore +++ b/tools/testing/selftests/net/.gitignore @@ -6,3 +6,4 @@ reuseport_bpf reuseport_bpf_cpu reuseport_bpf_numa reuseport_dualstack +reuseaddr_conflict |